python311Packages.github3-py: rename from github3_py

This commit is contained in:
Felix Buehler 2024-01-04 22:34:23 +01:00
parent e5a6e02f41
commit 3f90c530b2
3 changed files with 2 additions and 1 deletions

View File

@ -175,6 +175,7 @@ mapAliases ({
GeoIP = geoip; # added 2023-02-19
gigalixir = throw "gigalixir has been promoted to a top-level attribute"; # Added 2022-10-02
gitdb2 = throw "gitdb2 has been deprecated, use gitdb instead."; # added 2020-03-14
github3_py = github3-py; # added 2024-01-04
GitPython = gitpython; # added 2022-10-28
glances = throw "glances has moved to pkgs.glances"; # added 2020-20-28
glasgow = throw "glasgow has been promoted to a top-level attribute"; # added 2023-02-05

View File

@ -4589,7 +4589,7 @@ self: super: with self; {
github-webhook = callPackage ../development/python-modules/github-webhook { };
github3_py = callPackage ../development/python-modules/github3_py { };
github3-py = callPackage ../development/python-modules/github3-py { };
gitignore-parser = callPackage ../development/python-modules/gitignore-parser { };