Merge pull request #323462 from dotlambda/igraph

igraph: 0.10.12 -> 0.10.13
This commit is contained in:
Robert Schütz
2024-07-01 08:36:46 -07:00
committed by GitHub
@@ -26,13 +26,13 @@ assert (blas.isILP64 == lapack.isILP64 &&
stdenv.mkDerivation (finalAttrs: {
pname = "igraph";
version = "0.10.12";
version = "0.10.13";
src = fetchFromGitHub {
owner = "igraph";
repo = finalAttrs.pname;
rev = finalAttrs.version;
hash = "sha256-ITXkdCyUtuFhgHHmy3P4ZX6GgzyxVUYz4knCCPHGClc=";
hash = "sha256-c5yZI5AfaO/NFyy88efu1COb+T2r1LpHhUTfilw2H1U=";
};
postPatch = ''