python310Packages.mathlibtools: rename GitPython

This commit is contained in:
Fabian Affolter 2022-12-05 20:50:59 +01:00
parent cea835630c
commit 0a7fafb929

View file

@ -3,7 +3,7 @@
, buildPythonPackage
, click
, fetchPypi
, GitPython
, gitpython
, networkx
, pydot
, PyGithub
@ -28,7 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
atomicwrites
click
GitPython
gitpython
networkx
pydot
PyGithub