python311Packages.findpython: 0.3.1 -> 0.4.0

Changelog: https://github.com/frostming/findpython/releases/tag/0.4.0
This commit is contained in:
Fabian Affolter 2023-09-16 18:30:29 +02:00
parent 74b1db5164
commit 6ef86654ef

View file

@ -15,7 +15,7 @@
let
pname = "findpython";
version = "0.3.1";
version = "0.4.0";
in
buildPythonPackage {
inherit pname version;
@ -25,7 +25,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-diH4qcGZpw0hmDHN2uuEyn6D4guDWBcr/0eHGhil7aQ=";
hash = "sha256-GLFNEVZ42hiuku4i1wAcwwkV6lMQU/dwEO4Fo5aA9Dg=";
};
nativeBuildInputs = [