summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/findpython
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-09-16 18:30:29 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-09-16 18:30:29 +0200
commit6ef86654ef004a35c8548b3363f709950cbc6318 (patch)
tree36e76549a86e5d29378c62c6df473e99e2375d12 /pkgs/development/python-modules/findpython
parent74b1db5164643b0165a9ad32a372d581c6ce9a80 (diff)
python311Packages.findpython: 0.3.1 -> 0.4.0
Changelog: https://github.com/frostming/findpython/releases/tag/0.4.0
Diffstat (limited to 'pkgs/development/python-modules/findpython')
-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 68fb70cda533..9a9bd93fc745 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.3.1";
+ version = "0.4.0";
in
buildPythonPackage {
inherit pname version;
@@ -25,7 +25,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
- hash = "sha256-diH4qcGZpw0hmDHN2uuEyn6D4guDWBcr/0eHGhil7aQ=";
+ hash = "sha256-GLFNEVZ42hiuku4i1wAcwwkV6lMQU/dwEO4Fo5aA9Dg=";
};
nativeBuildInputs = [