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
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
let
pname = "findpython";
version = "0.5.1";
version = "0.6.0";
in
buildPythonPackage {
inherit pname version;
@ -25,7 +25,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-UGSjA5PFLvyMajV5DDdbiwAF1vdPFykDW0tCZHNH4T0=";
hash = "sha256-A2p4QbiOLzckM6WJsfCSGVGXN9KYnrX1Nw1wr7z4R2U=";
};
nativeBuildInputs = [