igraph: 0.10.2 -> 0.10.3

This commit is contained in:
R. Ryantm
2023-01-19 19:17:47 -08:00
committed by Robert Schütz
parent bdf87c6667
commit d57ec2ef09
@@ -26,13 +26,13 @@ assert (blas.isILP64 == lapack.isILP64 &&
stdenv.mkDerivation rec {
pname = "igraph";
version = "0.10.2";
version = "0.10.3";
src = fetchFromGitHub {
owner = "igraph";
repo = pname;
rev = version;
hash = "sha256-6zX9hyz/8H7r+wzpVwz8jDMfd3nqit3pT+wlP0C40Rg=";
hash = "sha256-+U8bo68Q6XX3p2sZiIChjidcRwA10gv9eWccRt4MoYM=";
};
postPatch = ''