summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/findpython
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-01 03:36:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-01 03:36:57 +0000
commit940a3b6ea685ddd1642f4dff1c7553ae8ea7d3e4 (patch)
tree39a7ce6a717039c608cfdfb38c972e28ede53670 /pkgs/development/python-modules/findpython
parentf7ecc5425cf4047066a4e9315ee15979156ad845 (diff)
python310Packages.findpython: 0.2.1 -> 0.2.2
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 e1d0850c9a6f..0e5892f58663 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.2.1";
+ version = "0.2.2";
in
buildPythonPackage {
inherit pname version;
@@ -25,7 +25,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
- hash = "sha256-Q5Shy828+NEOo0OeLYCGsuwHRQcJe25tvuGAKMblKwg=";
+ hash = "sha256-gFV5YcBM8cjEukyjrHz3bsJ/qSeIpq9Cy3AeNFDElDA=";
};
nativeBuildInputs = [