pdm: 2.1.4 -> 2.1.5
https://github.com/pdm-project/pdm/releases/tag/2.1.5
This commit is contained in:
parent
4820e2da74
commit
b3c2c5af2c
1 changed files with 2 additions and 2 deletions
|
@ -24,13 +24,13 @@ in
|
|||
with python.pkgs;
|
||||
buildPythonApplication rec {
|
||||
pname = "pdm";
|
||||
version = "2.1.4";
|
||||
version = "2.1.5";
|
||||
format = "pyproject";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-nKCdthPgheBR4bySQww0I5eI8K5IzLhxiTCCYnQRknI=";
|
||||
hash = "sha256-W+5B1JfOyTpJaT+le1zxyDNwGATrErxNNHw+x5VdfOc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue