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-23 16:27:17 +02:00
parent 98b0485b0f
commit c9659ef5bc
@@ -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 = [