mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python312Packages.garminconnect: 0.2.18 -> 0.2.19
Diff: https://github.com/cyberjunky/python-garminconnect/compare/refs/tags/0.2.18...0.2.19 Changelog: https://github.com/cyberjunky/python-garminconnect/releases/tag/0.2.19
This commit is contained in:
parent
6c4182b0c2
commit
f0713a8f0a
@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "garminconnect";
|
||||
version = "0.2.18";
|
||||
version = "0.2.19";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "cyberjunky";
|
||||
repo = "python-garminconnect";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ElgSL4NuEYv/VHPZIQlDWehS4B03/PCM6uk3OhvnNjA=";
|
||||
hash = "sha256-v3Z6cUHqE52BJUgfyWMojwdbxWIEyNR8c/oNS9QEFeA=";
|
||||
};
|
||||
|
||||
build-system = [ pdm-backend ];
|
||||
|
Loading…
Reference in New Issue
Block a user