natsukium 2023-05-11 23:09:37 +09:00
parent 4579dfb9ce
commit 6953c7664e
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -24,13 +24,13 @@ in
with python.pkgs;
buildPythonApplication rec {
pname = "pdm";
version = "2.5.2";
version = "2.6.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-MIy7dmfPju+x9gB3Hgke4BAC9UVagwTsBLql21HMvMc=";
hash = "sha256-EFlYhJovjZqp7yGDosUOrp60rEf8gScs1QT92ckO3qI=";
};
nativeBuildInputs = [
@ -68,6 +68,7 @@ buildPythonApplication rec {
pytest-mock
pytest-rerunfailures
pytest-xdist
pytest-httpserver
];
pytestFlagsArray = [