python3Packages.findpython: 0.7.1 -> 0.8.0
https://github.com/frostming/findpython/releases/tag/0.8.0
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
let
|
||||
pname = "findpython";
|
||||
version = "0.7.1";
|
||||
version = "0.8.0";
|
||||
in
|
||||
buildPythonPackage {
|
||||
inherit pname version;
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-nynmo9q9t18rOclJdywO0m6rFTCABmafNHjNqw2GfHg=";
|
||||
hash = "sha256-U7MiZIdN+lmQvQnXF4GThtjbMUnYn+IPiP4QeN4oa64=";
|
||||
};
|
||||
|
||||
build-system = [ pdm-backend ];
|
||||
|
||||
Reference in New Issue
Block a user