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

python310Packages.findpython: 0.4.0 -> 0.4.1
This commit is contained in:
Martin Weinelt 2023-12-19 19:29:10 +01:00 committed by GitHub
commit f0e914b7c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
let
pname = "findpython";
version = "0.4.0";
version = "0.4.1";
in
buildPythonPackage {
inherit pname version;
@ -25,7 +25,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-GLFNEVZ42hiuku4i1wAcwwkV6lMQU/dwEO4Fo5aA9Dg=";
hash = "sha256-19AUVYaBs3YdV6WyNCpxOovzAvbB/J2Z+Budi9FoGwQ=";
};
nativeBuildInputs = [