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

python310Packages.findpython: 0.2.2 -> 0.2.3
This commit is contained in:
Mario Rodas 2023-01-22 14:59:04 -05:00 committed by GitHub
commit f04b15856a
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.2";
version = "0.2.3";
in
buildPythonPackage {
inherit pname version;
@ -25,7 +25,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-gFV5YcBM8cjEukyjrHz3bsJ/qSeIpq9Cy3AeNFDElDA=";
hash = "sha256-wmWo/p/QVzYDHu1uWK1VUWNO8IGaocHkX6NTDltqRlY=";
};
nativeBuildInputs = [
@ -47,6 +47,7 @@ buildPythonPackage {
meta = with lib; {
description = "A utility to find python versions on your system";
homepage = "https://github.com/frostming/findpython";
changelog = "https://github.com/frostming/findpython/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
};