pdm: 2.1.4 -> 2.1.5

https://github.com/pdm-project/pdm/releases/tag/2.1.5
This commit is contained in:
Martin Weinelt 2022-10-13 03:27:29 +02:00
parent 4820e2da74
commit b3c2c5af2c
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.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 = [