python310Packages.garminconnect: 0.2.11 -> 0.2.12

This commit is contained in:
R. Ryantm 2023-12-27 23:29:33 +00:00
parent 0654bfb1e4
commit 17d74ceaf1

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "garminconnect";
version = "0.2.11";
version = "0.2.12";
pyproject = true;
disabled = pythonOlder "3.10";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "cyberjunky";
repo = "python-garminconnect";
rev = "refs/tags/${version}";
hash = "sha256-T8flktIBRhtXpxd17bqrocncgpIfinMDvVwvaoltZAs=";
hash = "sha256-uq3biWZvcORvrAMd/Ix0Cj1ol5fiqdDsO54zD82G2vA=";
};
nativeBuildInputs = [