python310Packages.igraph: 0.9.10 -> 0.9.11

https://github.com/igraph/python-igraph/blob/0.9.11/CHANGELOG.md
This commit is contained in:
Robert Schütz 2022-06-09 00:07:06 +00:00 committed by Robert Schütz
parent 9ef09e0680
commit dae85d6fbc

View File

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "igraph"; pname = "igraph";
version = "0.9.10"; version = "0.9.11";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -18,16 +18,19 @@ buildPythonPackage rec {
owner = "igraph"; owner = "igraph";
repo = "python-igraph"; repo = "python-igraph";
rev = version; rev = version;
hash = "sha256-c20N8BtbQGxAK7ykQvyfqWYu7wVOlYfeGpNOwWPlGxs="; hash = "sha256-tvkV5ve9X+LXx3LOdHIPljQKZc1v6yts0juo4SwDmfY=";
}; };
postPatch = ''
rm -r vendor
'';
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
]; ];
buildInputs = [ buildInputs = [
igraph igraph
igraph.dev
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [