Merge pull request #195751 from mweinelt/pdm-2.1.5

This commit is contained in:
Martin Weinelt 2022-10-17 02:33:15 +02:00 committed by GitHub
commit 1799a0fa4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [