python310Packages.findpython: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2022-11-01 03:36:57 +00:00
parent f7ecc5425c
commit 940a3b6ea6

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 = [