agda-pkg: rename GitPython
This commit is contained in:
parent
3d2cdabd1a
commit
9d6b73b217
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
{ lib, python3Packages }:
|
||||
{ lib
|
||||
, python3Packages
|
||||
}:
|
||||
|
||||
with python3Packages;
|
||||
|
||||
|
@ -22,7 +24,7 @@ buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
click
|
||||
GitPython
|
||||
gitpython
|
||||
pony
|
||||
whoosh
|
||||
natsort
|
||||
|
|
Loading…
Reference in a new issue