Merge pull request #305063 from r-ryantm/auto-update/python312Packages.findpython

python312Packages.findpython: 0.6.0 -> 0.6.1
This commit is contained in:
Martin Weinelt 2024-04-18 16:52:11 +02:00 committed by GitHub
commit 7b8fc0113b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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