Unverified Commit e5d72a41 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

igraph: 0.10.16 -> 0.10.17 (#444363)

parents 38530fc5 c9d7971c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@ assert (blas.isILP64 == lapack.isILP64 && blas.isILP64 == arpack.isILP64 && !bla

stdenv.mkDerivation (finalAttrs: {
  pname = "igraph";
  version = "0.10.16";
  version = "0.10.17";

  src = fetchFromGitHub {
    owner = "igraph";
    repo = "igraph";
    rev = finalAttrs.version;
    hash = "sha256-Qs2WXAiAQhQ077KEtkapr8ckw6Jlbxj6qwyiplsEaLY=";
    hash = "sha256-NzLn2GXpMgwE8fY1vp5SU0Y7EfyVpQfphGdqU6sQGW4=";
  };

  postPatch = ''