forked from mirrors/nixpkgs
all-packages.nix: rename GitPython
This commit is contained in:
parent
e5a37ce507
commit
31c798ef37
|
@ -1640,7 +1640,7 @@ with pkgs;
|
|||
fetchPypi
|
||||
annexremote
|
||||
drivelib
|
||||
GitPython
|
||||
gitpython
|
||||
tenacity
|
||||
humanfriendly;
|
||||
};
|
||||
|
@ -28934,7 +28934,7 @@ with pkgs;
|
|||
freecad = libsForQt5.callPackage ../applications/graphics/freecad {
|
||||
boost = python3Packages.boost;
|
||||
inherit (python3Packages)
|
||||
GitPython
|
||||
gitpython
|
||||
matplotlib
|
||||
pivy
|
||||
ply
|
||||
|
|
Loading…
Reference in a new issue