Unverified Commit 4f529670 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

suitesparse-graphblas: 10.2.0 -> 10.3.0 (#469792)

parents 62ee344f 2effaf16
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.2.0";
  version = "10.3.0";

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

  nativeBuildInputs = [