Merge pull request #310397 from r-ryantm/auto-update/python311Packages.igraph

python311Packages.igraph: 0.11.4 -> 0.11.5
This commit is contained in:
OTABI Tomoya 2024-05-12 11:50:01 +09:00 committed by GitHub
commit 212356d74f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "igraph";
version = "0.11.4";
version = "0.11.5";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "igraph";
repo = "python-igraph";
rev = "refs/tags/${version}";
hash = "sha256-sR9OqsBxP2DvcYz1dhIP29rrQ56CRKW02oNAXUNttio=";
hash = "sha256-nfXCAjTKxtslVk17h60+v/JQusQTmaTRCPvvFG4/OPk=";
};
postPatch = ''