python312Packages.findpython: 0.6.1 -> 0.6.2 (#349193)

https://github.com/frostming/findpython/releases/tag/0.6.2
This commit is contained in:
R. RyanTM
2024-10-17 11:23:03 +02:00
committed by GitHub
parent 5f178dbbf0
commit 874f1fa74d
@@ -16,7 +16,7 @@
let
pname = "findpython";
version = "0.6.1";
version = "0.6.2";
in
buildPythonPackage {
inherit pname version;
@@ -26,7 +26,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-VuUrQJqSvL1JXPmByFrPE387PlHMdptG66IZuxq3Uzw=";
hash = "sha256-4MdbqfNaf5u0Qj6zG9FzWMzPFXYbaDcxdxkXeu/0ZyM=";
};
nativeBuildInputs = [ pdm-backend ];