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:
parent
df01bab147
commit
c12a15410d
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue