Merge pull request #189593 from r-ryantm/auto-update/igraph

igraph: 0.9.9 -> 0.9.10
This commit is contained in:
Robert Scott 2022-09-04 00:22:53 +01:00 committed by GitHub
commit 6b9cd2b137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "igraph";
version = "0.9.9";
version = "0.9.10";
src = fetchFromGitHub {
owner = "igraph";
repo = pname;
rev = version;
hash = "sha256-Zb9F4kFUNA/MtoYYEKGJ5JyKxtG0DHSdGaUpDLKmAAc=";
hash = "sha256-prDadHsNhDRkNp1i0niKIYxE0g85Zs0ngvUy6uK8evk=";
};
postPatch = ''