Merge pull request #126588 from dotlambda/python-igraph-0.9.5

python3Packages.python-igraph: 0.9.4 -> 0.9.6
This commit is contained in:
Robert Schütz 2021-06-12 20:15:10 +02:00 committed by GitHub
commit f7351d0ea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-igraph"; pname = "python-igraph";
version = "0.9.4"; version = "0.9.6";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "igraph"; owner = "igraph";
repo = "python-igraph"; repo = "python-igraph";
rev = version; rev = version;
sha256 = "sha256-0iqYzeqVJwBqDL7AllrNaI5c7fmtrVwWpinCnO+ACzo="; sha256 = "sha256-x/BUlMmSgjY2v6bVKPxmz86OCz6xgRUcfSqI3vV9MPs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [