python310Packages.jupytext: rename GitPython

This commit is contained in:
Fabian Affolter
2022-12-05 20:49:51 +01:00
parent e08ac7c246
commit cea835630c
@@ -3,7 +3,7 @@
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, GitPython
, gitpython
, isort
, jupyter-client
, jupyter-packaging
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "mwouts";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-DDF4aTLkhEl4xViYh/E0/y6swcwZ9KbeS0qKm+HdFz8=";
hash = "sha256-DDF4aTLkhEl4xViYh/E0/y6swcwZ9KbeS0qKm+HdFz8=";
};
patches = [
@@ -53,7 +53,7 @@ buildPythonPackage rec {
];
checkInputs = [
GitPython
gitpython
isort
jupyter-client
notebook