Merge pull request #300013 from NixOS/findpython-0.6.0

python311Packages.findpython: 0.5.1 -> 0.6.0
This commit is contained in:
Nick Cao 2024-03-29 15:47:46 -04:00 committed by GitHub
commit 7525f3ee91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
let let
pname = "findpython"; pname = "findpython";
version = "0.5.1"; version = "0.6.0";
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-UGSjA5PFLvyMajV5DDdbiwAF1vdPFykDW0tCZHNH4T0="; hash = "sha256-A2p4QbiOLzckM6WJsfCSGVGXN9KYnrX1Nw1wr7z4R2U=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [