forked from mirrors/nixpkgs
python310Packages.gitpython: rename
This commit is contained in:
parent
e75cfd2174
commit
9b691fbedd
|
@ -87,6 +87,7 @@ mapAliases ({
|
|||
garminconnect-ha = garminconnect; # added 2022-02-05
|
||||
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
|
||||
GitPython = gitpython; # added 2022-10-28
|
||||
glances = throw "glances has moved to pkgs.glances"; # added 2020-20-28
|
||||
google_api_python_client = google-api-python-client; # added 2021-03-19
|
||||
googleapis_common_protos = googleapis-common-protos; # added 2021-03-19
|
||||
|
|
|
@ -3734,18 +3734,19 @@ self: super: with self; {
|
|||
|
||||
git-filter-repo = callPackage ../development/python-modules/git-filter-repo { };
|
||||
|
||||
gitdb = callPackage ../development/python-modules/gitdb { };
|
||||
git-revise = callPackage ../development/python-modules/git-revise { };
|
||||
|
||||
github3_py = callPackage ../development/python-modules/github3_py { };
|
||||
git-sweep = callPackage ../development/python-modules/git-sweep { };
|
||||
|
||||
gitdb = callPackage ../development/python-modules/gitdb { };
|
||||
|
||||
github-to-sqlite = callPackage ../development/python-modules/github-to-sqlite { };
|
||||
|
||||
github-webhook = callPackage ../development/python-modules/github-webhook { };
|
||||
GitPython = callPackage ../development/python-modules/GitPython { };
|
||||
|
||||
git-revise = callPackage ../development/python-modules/git-revise { };
|
||||
github3_py = callPackage ../development/python-modules/github3_py { };
|
||||
|
||||
git-sweep = callPackage ../development/python-modules/git-sweep { };
|
||||
gitpython = callPackage ../development/python-modules/gitpython { };
|
||||
|
||||
glad = callPackage ../development/python-modules/glad { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue