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

python310Packages.findpython: 0.2.3 -> 0.2.4
This commit is contained in:
Martin Weinelt 2023-02-02 15:58:55 +00:00 committed by GitHub
commit b6f3d9cbea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
let let
pname = "findpython"; pname = "findpython";
version = "0.2.3"; version = "0.2.4";
in in
buildPythonPackage { buildPythonPackage {
inherit pname version; inherit pname version;
@ -25,7 +25,7 @@ buildPythonPackage {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-wmWo/p/QVzYDHu1uWK1VUWNO8IGaocHkX6NTDltqRlY="; hash = "sha256-YfF2jN2EPcL4pFlxJyxYwlZBpQsZ2pEwLiSS4ypmc2I=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [