Merge pull request #298942 from r-ryantm/auto-update/python312Packages.findpython

python312Packages.findpython: 0.4.1 -> 0.5.1
This commit is contained in:
Martin Weinelt 2024-03-25 15:56:47 +01:00 committed by GitHub
commit 7f66c2e0a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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