python3Packages.poetry-core: 2.4.0 -> 2.4.1

https://github.com/python-poetry/poetry-core/blob/2.4.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-07-11 17:06:18 +02:00
parent 31b1ff3caa
commit 1a3cfcf0d5

View File

@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "poetry-core";
version = "2.4.0";
version = "2.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "python-poetry";
repo = "poetry-core";
tag = version;
hash = "sha256-i9EucMsoX8Z0iyhNDVYaczv1CSY/KaZpMjn/FGzIJU4=";
hash = "sha256-Io2VpLxnJesO4QohsunD7ogr87NiNjGeTmEl9wFswkw=";
};
nativeCheckInputs = [