about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-05-11 23:09:37 +0900
committernatsukium <tomoya.otabi@gmail.com>2023-05-11 23:09:37 +0900
commit6953c7664e08bdced7f948fe437a62c93a696575 (patch)
treebbb8074bfa6471fc97a382cdd9a6280e3b59569e /pkgs
parent4579dfb9ce0d3134554a8e8212183bfa3f23093c (diff)
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/package-management/pdm/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/package-management/pdm/default.nix b/pkgs/tools/package-management/pdm/default.nix
index 86abe5a0a93f9..7582a6efe6244 100644
--- a/pkgs/tools/package-management/pdm/default.nix
+++ b/pkgs/tools/package-management/pdm/default.nix
@@ -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 = [