Skip to content

Commit

Permalink
Merge pull request #205058 from gravndal/gitpython
Browse files Browse the repository at this point in the history
all-packages.nix: rename GitPython
  • Loading branch information
figsoda authored Dec 7, 2022
2 parents c179afc + 31c798e commit d8c3977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ with pkgs;
fetchPypi
annexremote
drivelib
GitPython
gitpython
tenacity
humanfriendly;
};
Expand Down Expand Up @@ -28934,7 +28934,7 @@ with pkgs;
freecad = libsForQt5.callPackage ../applications/graphics/freecad {
boost = python3Packages.boost;
inherit (python3Packages)
GitPython
gitpython
matplotlib
pivy
ply
Expand Down

0 comments on commit d8c3977

Please sign in to comment.