0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python313Packages.pydantic-settings: 2.8.1 -> 2.9.1

https://github.com/pydantic/pydantic-settings/compare/refs/tags/v2.8.1...refs/tags/v2.9.1
This commit is contained in:
Martin Weinelt 2025-05-17 14:16:18 +02:00 committed by Robert Schütz
parent df01bab147
commit c12a15410d

View file

@ -14,7 +14,7 @@
let
self = buildPythonPackage rec {
pname = "pydantic-settings";
version = "2.8.1";
version = "2.9.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ let
owner = "pydantic";
repo = "pydantic-settings";
tag = "v${version}";
hash = "sha256-Bvdq4ATOhLjowkyR39y0Jxi+wuPbpVW30qtbsXa9+HA=";
hash = "sha256-KcpDOdp8qDAgTI/+r6rb21UrjkeOFfCFnON1kMSKKSE=";
};
build-system = [ hatchling ];