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