python312Packages.findpython: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2024-04-18 14:16:22 +00:00
parent ae3c6a2eb9
commit 083e90af2f
1 changed files with 2 additions and 2 deletions

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