summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/findpython
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/findpython')
-rw-r--r--pkgs/development/python-modules/findpython/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/findpython/default.nix b/pkgs/development/python-modules/findpython/default.nix
index 104400d5a6aa..a4537280e4ab 100644
--- a/pkgs/development/python-modules/findpython/default.nix
+++ b/pkgs/development/python-modules/findpython/default.nix
@@ -4,7 +4,7 @@
, pythonOlder
# build time
-, pdm-pep517
+, pdm-backend
# runtime
, packaging
@@ -15,7 +15,7 @@
let
pname = "findpython";
- version = "0.2.5";
+ version = "0.3.0";
in
buildPythonPackage {
inherit pname version;
@@ -25,11 +25,11 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
- hash = "sha256-4P1HO0Jl5+DnhD7Hb+rIwMRBuGlXH0Zb7+nmlZSQaf4=";
+ hash = "sha256-5sbWxIznz9aVnM3OEtYSHVds/zlfST/UZmfn1amqJHQ=";
};
nativeBuildInputs = [
- pdm-pep517
+ pdm-backend
];
propagatedBuildInputs = [