Merge pull request #231302 from natsukium/pdm/update

pdm: 2.5.2 -> 2.6.1
This commit is contained in:
Weijia Wang 2023-05-18 01:08:34 +03:00 committed by GitHub
commit 5b7eef5eee
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.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 = [