Merge pull request #280903 from r-ryantm/auto-update/python311Packages.garth

python311Packages.garth: 0.4.43 -> 0.4.44
This commit is contained in:
Nick Cao 2024-01-14 11:55:39 -05:00 committed by GitHub
commit 875bfcc88e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.4.43";
format = "pyproject";
version = "0.4.44";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-PlHyyXsB79wsEvZY4CmpX4ohCQUjz+ogmHOtIxEhIcc=";
hash = "sha256-CgLWstmhWXI2w6KBSpIGp8G1smWAKXC0goHKw3I9rJ4=";
};
nativeBuildInputs = [
@ -59,6 +59,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Garmin SSO auth and connect client";
homepage = "https://github.com/matin/garth";
changelog = "https://github.com/matin/garth/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};