mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python311Packages.github3-py: rename from github3_py
This commit is contained in:
parent
e5a6e02f41
commit
3f90c530b2
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user