python3Packages.python-igraph: 0.9.5 -> 0.9.6

https://github.com/igraph/python-igraph/releases/tag/0.9.6
This commit is contained in:
Robert Schütz 2021-06-12 18:32:23 +02:00
parent fa4172e416
commit 327ac769dd

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "python-igraph";
version = "0.9.5";
version = "0.9.6";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "igraph";
repo = "python-igraph";
rev = version;
sha256 = "sha256-3zyJTOkzkqb04/MtfzSJa+w6llo+h6CvHb1d4Bw3YUA=";
sha256 = "sha256-x/BUlMmSgjY2v6bVKPxmz86OCz6xgRUcfSqI3vV9MPs=";
};
nativeBuildInputs = [