python3Packages.findpython: 0.1.3 -> 0.1.4

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:07 +02:00
parent 11ee62bd92
commit e103631075

View File

@ -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 = [