Skip to content

Commit 4f52967

Browse files
authored
suitesparse-graphblas: 10.2.0 -> 10.3.0 (#469792)
2 parents 62ee344 + 2effaf1 commit 4f52967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/su/suitesparse-graphblas/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "suitesparse-graphblas";
11-
version = "10.2.0";
11+
version = "10.3.0";
1212

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

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)