poetry: 2.1.3 -> 2.1.4

This commit is contained in:
R. Ryantm 2025-08-06 12:03:10 +00:00
parent 9702256238
commit c5a99e9f05

View File

@ -37,7 +37,7 @@
buildPythonPackage rec {
pname = "poetry";
version = "2.1.3";
version = "2.1.4";
pyproject = true;
disabled = pythonOlder "3.9";
@ -46,7 +46,7 @@ buildPythonPackage rec {
owner = "python-poetry";
repo = "poetry";
tag = version;
hash = "sha256-aMmYgFdQhgMd99atAtr5MD0yniaIi+QTPJ0rMI2jMxk=";
hash = "sha256-6QYg+QRZ60hgcAvKiUqC3gW7P0oK0vaFps9NYIPhBb8=";
};
build-system = [