summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/findpython
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-16 12:59:07 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-21 22:33:49 +0200
commitb742863f127e71dcf6041dd0f98731aa7aeb0e45 (patch)
tree53848adb18ae8ab67421e3f333b96ba5d29a79c5 /pkgs/development/python-modules/findpython
parent7c0ea4f0bc891832b2c1ecd90adc4baa2699ea68 (diff)
python3Packages.findpython: 0.1.6 -> 0.2.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 6c4f5daf6486..46b2d93bf6b4 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.1.6";
+ version = "0.2.0";
in
buildPythonPackage {
inherit pname version;
@@ -25,7 +25,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
- hash = "sha256-n9YYXNy5a6pxCTCER++0k7LH8aj1aeEorxTXJrKmnhg=";
+ hash = "sha256-wgme4LcfwnFLZPaP0fQLwO5H9J3+lUf7ZNfLzAL+CHE=";
};
nativeBuildInputs = [