python312Packages.findpython: 0.6.1 -> 0.6.2 (#349193)
https://github.com/frostming/findpython/releases/tag/0.6.2
This commit is contained in:
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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user