python311Packages.findpython: 0.5.1 -> 0.6.0

https://github.com/frostming/findpython/releases/tag/0.6.0
This commit is contained in:
Martin Weinelt 2024-03-29 15:51:07 +01:00
parent 58f6e5b63d
commit fe252a1d50
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
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 = [