3
0
Fork 0
forked from mirrors/nixpkgs

pdm: 2.1.2 -> 2.1.4

This commit is contained in:
Martin Weinelt 2022-09-26 13:00:16 +02:00
parent de57d754a0
commit 636447bb8a
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.2";
version = "2.1.4";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-U8aXskq3PdIVXNhUTZ7TVRza4dexZoheHO1GO0aGneo=";
hash = "sha256-nKCdthPgheBR4bySQww0I5eI8K5IzLhxiTCCYnQRknI=";
};
propagatedBuildInputs = [