pdm: 2.9.1 -> 2.9.3

This commit is contained in:
R. Ryantm 2023-09-26 07:15:59 +00:00 committed by Jörg Thalheim
parent 02026cbf22
commit 689c416c8e

View File

@ -31,13 +31,13 @@ in
with python.pkgs;
buildPythonApplication rec {
pname = "pdm";
version = "2.9.1";
version = "2.9.3";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/IAU3S/7cnF5qOwCQ8+sntOp3EU0i+HX+X0fKQrWD8s=";
hash = "sha256-CxGVtR6WMLWgsGPyffywEgy26ihPGkzZdaOibwhW0lM=";
};
nativeBuildInputs = [