Merge pull request #198875 from r-ryantm/auto-update/python310Packages.findpython

python310Packages.findpython: 0.2.1 -> 0.2.2
This commit is contained in:
Fabian Affolter 2022-11-01 08:20:12 +01:00 committed by GitHub
commit 8087151f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
let
pname = "findpython";
version = "0.2.1";
version = "0.2.2";
in
buildPythonPackage {
inherit pname version;
@ -25,7 +25,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-Q5Shy828+NEOo0OeLYCGsuwHRQcJe25tvuGAKMblKwg=";
hash = "sha256-gFV5YcBM8cjEukyjrHz3bsJ/qSeIpq9Cy3AeNFDElDA=";
};
nativeBuildInputs = [