Martin Weinelt 2023-02-23 03:39:45 +01:00
parent af735e7623
commit 00e302ca22
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -24,13 +24,13 @@ in
with python.pkgs;
buildPythonApplication rec {
pname = "pdm";
version = "2.4.3";
version = "2.4.6";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Gp8ju26XX0A2+LX+7b9OuEBJx4qUwR2tNUq+Chj56q4=";
hash = "sha256-g+fQxq2kwhNXXEJG2n5n4f9GMkmmLsjpHoay152fcVQ=";
};
nativeBuildInputs = [