legit: rename GitPython
This commit is contained in:
parent
40ab86df5e
commit
60a6c602f7
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
{ lib, python3Packages }:
|
||||
{ lib
|
||||
, python3Packages
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "legit";
|
||||
version = "1.2.0";
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0ngh3ar6v15516f52j21k6qz7hykmxfjadhb2rakvl27b5xvjy1c";
|
||||
|
@ -12,7 +15,7 @@ python3Packages.buildPythonApplication rec {
|
|||
click
|
||||
clint
|
||||
crayons
|
||||
GitPython
|
||||
gitpython
|
||||
six
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue