Unverified Commit 71975849 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.garminconnect: 0.2.33 -> 0.2.34 (#462170)

parents f5bb9a77 70f48724
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -4,23 +4,20 @@
  fetchFromGitHub,
  garth,
  pdm-backend,
  pythonOlder,
  requests,
  withings-sync,
}:

buildPythonPackage rec {
  pname = "garminconnect";
  version = "0.2.33";
  version = "0.2.34";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "cyberjunky";
    repo = "python-garminconnect";
    tag = version;
    hash = "sha256-tQXrJsvdH2YfIpW8iKMBwHZPj2etQDpRaSGojMQ88J0=";
    hash = "sha256-gcqkSWyPSwkzykKSXhTPq363fi89TyP2DPQchSmGg/k=";
  };

  pythonRelaxDeps = [