diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-03-31 01:05:07 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-04-14 19:03:59 +0200 |
| commit | e10363107553b59094db9137e3f021db12501a6f (patch) | |
| tree | 443c13cd007a15b50064d7d22e1df572dd016bce /pkgs/development/python-modules/findpython | |
| parent | 11ee62bd92b5fd6b2c6daaf4524599cb86d6afff (diff) | |
python3Packages.findpython: 0.1.3 -> 0.1.4
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 ad35f379b906..877637344d49 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.3"; + version = "0.1.4"; in buildPythonPackage { inherit pname version; @@ -25,7 +25,7 @@ buildPythonPackage { src = fetchPypi { inherit pname version; - hash = "sha256-tVpBa5/PLShyG/vqHOsqbLZ6APmexLlKdtoix6IAKHA="; + hash = "sha256-TOGYRUaW7lOcp5kNTq3NBHHKXvA7XE7y+SWJGsZPgok="; }; nativeBuildInputs = [ |
