python3Packages.python-igraph: rename to igraph

https://igraph.org/2021/10/29/igraph-0.9.8-python.html
This commit is contained in:
Robert Schütz
2021-11-11 22:06:59 -08:00
parent f1d204a880
commit 63acfd5685
6 changed files with 11 additions and 10 deletions
@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, antlr4-python3-runtime, pygments, python-igraph }:
{ lib, buildPythonPackage, fetchFromGitHub, antlr4-python3-runtime, pygments, igraph }:
buildPythonPackage rec {
pname = "explorerscript";
@@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "1vzyliiyrxx8l9sfbqcyr4xn5swd7znkxy69kn0vb5rban8hm9c1";
};
propagatedBuildInputs = [ antlr4-python3-runtime python-igraph ];
propagatedBuildInputs = [ antlr4-python3-runtime igraph ];
checkInputs = [ pygments ];
meta = with lib; {