Merge pull request #277201 from r-ryantm/auto-update/python310Packages.garminconnect

python310Packages.garminconnect: 0.2.11 -> 0.2.12

authored by Fabian Affolter and committed by GitHub c22fdf2b 4c43a272

+2 -2
+2 -2
pkgs/development/python-modules/garminconnect/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "garminconnect"; 13 - version = "0.2.11"; 13 + version = "0.2.12"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.10"; ··· 19 19 owner = "cyberjunky"; 20 20 repo = "python-garminconnect"; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-T8flktIBRhtXpxd17bqrocncgpIfinMDvVwvaoltZAs="; 22 + hash = "sha256-uq3biWZvcORvrAMd/Ix0Cj1ol5fiqdDsO54zD82G2vA="; 23 23 }; 24 24 25 25 nativeBuildInputs = [