1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-03 14:22:35 +03:00

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 let
pname = "findpython"; pname = "findpython";
version = "0.1.3"; version = "0.1.4";
in in
buildPythonPackage { buildPythonPackage {
inherit pname version; inherit pname version;
@ -25,7 +25,7 @@ buildPythonPackage {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-tVpBa5/PLShyG/vqHOsqbLZ6APmexLlKdtoix6IAKHA="; hash = "sha256-TOGYRUaW7lOcp5kNTq3NBHHKXvA7XE7y+SWJGsZPgok=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [