about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-03-25 15:56:47 +0100
committerGitHub <noreply@github.com>2024-03-25 15:56:47 +0100
commit7f66c2e0a779397c06603eea55d7b85ee26fe50a (patch)
tree5021f05b4a065674fc19c76369582ad958803e96
parent61d1ffe268a10510b2f4924345e778d07b8f98c4 (diff)
parent32ac9ecdb264a19ec474cf27cbb5e116286fbf58 (diff)
downloadnixlib-7f66c2e0a779397c06603eea55d7b85ee26fe50a.tar
nixlib-7f66c2e0a779397c06603eea55d7b85ee26fe50a.tar.gz
nixlib-7f66c2e0a779397c06603eea55d7b85ee26fe50a.tar.bz2
nixlib-7f66c2e0a779397c06603eea55d7b85ee26fe50a.tar.lz
nixlib-7f66c2e0a779397c06603eea55d7b85ee26fe50a.tar.xz
nixlib-7f66c2e0a779397c06603eea55d7b85ee26fe50a.tar.zst
nixlib-7f66c2e0a779397c06603eea55d7b85ee26fe50a.zip
Merge pull request #298942 from r-ryantm/auto-update/python312Packages.findpython
python312Packages.findpython: 0.4.1 -> 0.5.1
-rw-r--r--pkgs/development/python-modules/findpython/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/findpython/default.nix b/pkgs/development/python-modules/findpython/default.nix
index a405ab3d6ec0..78875b6db2c8 100644
--- a/pkgs/development/python-modules/findpython/default.nix
+++ b/pkgs/development/python-modules/findpython/default.nix
@@ -15,7 +15,7 @@
 
 let
   pname = "findpython";
-  version = "0.4.1";
+  version = "0.5.1";
 in
 buildPythonPackage {
   inherit pname version;
@@ -25,7 +25,7 @@ buildPythonPackage {
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-19AUVYaBs3YdV6WyNCpxOovzAvbB/J2Z+Budi9FoGwQ=";
+    hash = "sha256-UGSjA5PFLvyMajV5DDdbiwAF1vdPFykDW0tCZHNH4T0=";
   };
 
   nativeBuildInputs = [