python3Packages.python-igraph: 0.9.1 -> 0.9.4

https://github.com/igraph/python-igraph/releases/tag/0.9.4
This commit is contained in:
Robert Schütz
2021-06-01 12:48:35 +02:00
parent 008bbde5e7
commit a0d900b816
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "python-igraph";
version = "0.9.1";
version = "0.9.4";
disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "igraph";
repo = "python-igraph";
rev = version;
sha256 = "1ldyzza25zvwh144lw8x856z76s8gfvnbdm56fcmwkvm7aj81npw";
sha256 = "sha256-0iqYzeqVJwBqDL7AllrNaI5c7fmtrVwWpinCnO+ACzo=";
};
nativeBuildInputs = [