legit: rename GitPython

This commit is contained in:
Fabian Affolter 2022-12-05 22:02:12 +01:00
parent 40ab86df5e
commit 60a6c602f7

View file

@ -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
];