Unverified Commit 7e2a5850 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

suitesparse-graphblas: 10.0.1 -> 10.0.2 (#393312)

parents 3cc9649b 251fd076
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.0.1";
  version = "10.0.2";

  outputs = [
    "out"
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
    owner = "DrTimothyAldenDavis";
    repo = "GraphBLAS";
    rev = "v${version}";
    hash = "sha256-YQ/yLM6hSlgAsYWyYd+7OsZd5Nxl/TqJjxam8+ug2BY=";
    hash = "sha256-5FrVVLKZ9WDa+a3Tq9WrhMfhvbVLGMKtKZH0h9h/3tk=";
  };

  nativeBuildInputs = [