about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-02-05 23:45:40 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-06 17:08:02 -0800
commit915c27b71b771ae41715198dca801c1eb6088862 (patch)
tree5b024c6680ade01428cc3fc00bd68f5ba4d64337 /pkgs/top-level/python-aliases.nix
parent412a82d048028681f64d72ec492c13fb60d387ac (diff)
downloadnixlib-915c27b71b771ae41715198dca801c1eb6088862.tar
nixlib-915c27b71b771ae41715198dca801c1eb6088862.tar.gz
nixlib-915c27b71b771ae41715198dca801c1eb6088862.tar.bz2
nixlib-915c27b71b771ae41715198dca801c1eb6088862.tar.lz
nixlib-915c27b71b771ae41715198dca801c1eb6088862.tar.xz
nixlib-915c27b71b771ae41715198dca801c1eb6088862.tar.zst
nixlib-915c27b71b771ae41715198dca801c1eb6088862.zip
python3Packages.garminconnect: rename
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index c8519b58d587..a70285d5755e 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -54,6 +54,7 @@ mapAliases ({
   dogpile-core = throw "dogpile-core is no longer maintained, use dogpile-cache instead"; # added 2021-11-20
   eebrightbox = throw "eebrightbox is unmaintained upstream and has therefore been removed"; # added 2022-02-03
   faulthandler = throw "faulthandler is built into ${python.executable}"; # added 2021-07-12
+  garminconnect-ha = garminconnect; # added 2022-02-05
   gitdb2 = throw "gitdb2 has been deprecated, use gitdb instead."; # added 2020-03-14
   glances = throw "glances has moved to pkgs.glances"; # added 2020-20-28
   google_api_python_client = google-api-python-client; # added 2021-03-19