Unverified Commit 875bfcc8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python311Packages.garth: 0.4.43 -> 0.4.44
parents 503ee50f 8dcf8f95
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 ];
  };