diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-03-25 14:43:16 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2024-03-25 14:43:16 +0000 |
| commit | 32ac9ecdb264a19ec474cf27cbb5e116286fbf58 (patch) | |
| tree | 8fb8898161c18dc3126f15d7374d6a7afc1e6721 /pkgs/development/python-modules/findpython | |
| parent | b1b78f4369f2c029d1d6455eaedb782be44d7921 (diff) | |
python312Packages.findpython: 0.4.1 -> 0.5.1
Diffstat (limited to 'pkgs/development/python-modules/findpython')
| -rw-r--r-- | pkgs/development/python-modules/findpython/default.nix | 4 |
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 = [ |
