Unverified Commit 2c8dd44a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

suitesparse-graphblas: 10.1.1 -> 10.2.0 (#458444)

parents 1f9758c6 5f11da13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

stdenv.mkDerivation rec {
  pname = "suitesparse-graphblas";
  version = "10.1.1";
  version = "10.2.0";

  outputs = [
    "out"
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
    owner = "DrTimothyAldenDavis";
    repo = "GraphBLAS";
    rev = "v${version}";
    hash = "sha256-De2ZDP4Lsik3+Wz6yvm+ro4Q7Q8L5ZDdBaYXHg4LO20=";
    hash = "sha256-iZe5zHDaJtH1N6zXir38U2VJOD9fPChhwB7c3uCvjYc=";
  };

  nativeBuildInputs = [