Merge pull request #186192 from r-ryantm/auto-update/python3.10-findpython

This commit is contained in:
Martin Weinelt
2022-08-12 02:19:33 +02:00
committed by GitHub
@@ -15,7 +15,7 @@
let
pname = "findpython";
version = "0.2.0";
version = "0.2.1";
in
buildPythonPackage {
inherit pname version;
@@ -25,7 +25,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-wgme4LcfwnFLZPaP0fQLwO5H9J3+lUf7ZNfLzAL+CHE=";
hash = "sha256-Q5Shy828+NEOo0OeLYCGsuwHRQcJe25tvuGAKMblKwg=";
};
nativeBuildInputs = [