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

python313Packages.poetry-core: 2.1.2 -> 2.1.3

https://github.com/python-poetry/poetry-core/blob/2.1.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2025-05-15 06:15:00 +02:00
parent 98b0485b0f
commit c9659ef5bc
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "poetry-core";
version = "2.1.2";
version = "2.1.3";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "python-poetry";
repo = "poetry-core";
tag = version;
hash = "sha256-fNj/LI4A4RjjPzYT+0ekwqmm3qzzZL3aACOe8BHviuk=";
hash = "sha256-CgaWlqjvBTN7GuerzmO5IiEdXxYH6pmTDj9IsNJlCBE=";
};
nativeCheckInputs = [