igraph: 0.9.8 -> 0.9.9

https://github.com/igraph/igraph/releases/tag/0.9.9
This commit is contained in:
Robert Schütz 2022-06-04 15:51:23 +00:00 committed by Robert Schütz
parent 8e4d84d063
commit d3d975f71c

View file

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