Merge pull request #255500 from fabaff/findpython-bump

python311Packages.findpython: 0.3.1 -> 0.4.0
This commit is contained in:
Nick Cao 2023-09-16 15:07:13 -04:00 committed by GitHub
commit d1c98f3490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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