pdm: 2.4.3 -> 2.4.6
https://github.com/pdm-project/pdm/releases/tag/2.4.4 https://github.com/pdm-project/pdm/releases/tag/2.4.5 https://github.com/pdm-project/pdm/releases/tag/2.4.6
This commit is contained in:
parent
af735e7623
commit
00e302ca22
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user