pdm: 2.5.2 -> 2.6.1
diff: https://github.com/pdm-project/pdm/compare/2.5.2...2.6.1 changelogs: https://github.com/pdm-project/pdm/releases/tag/2.5.3 https://github.com/pdm-project/pdm/releases/tag/2.5.4 https://github.com/pdm-project/pdm/releases/tag/2.5.5 https://github.com/pdm-project/pdm/releases/tag/2.5.6 https://github.com/pdm-project/pdm/releases/tag/2.6.0 https://github.com/pdm-project/pdm/releases/tag/2.6.1
This commit is contained in:
parent
4579dfb9ce
commit
6953c7664e
1 changed files with 3 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue