lol

suitesparse-graphblas: 9.4.5 -> 10.0.1 (#390051)

Co-authored-by: wegank <wegank@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
wegank
and committed by
GitHub
a8ea00c0 79e95661

+2 -2
+2 -2
pkgs/by-name/su/suitesparse-graphblas/package.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "suitesparse-graphblas"; 11 - version = "9.4.5"; 11 + version = "10.0.1"; 12 12 13 13 outputs = [ 14 14 "out" ··· 19 19 owner = "DrTimothyAldenDavis"; 20 20 repo = "GraphBLAS"; 21 21 rev = "v${version}"; 22 - hash = "sha256-z8BCnhqjKIekJvKx9cW3UdedjMlVS1u/Gowky52rnuU="; 22 + hash = "sha256-YQ/yLM6hSlgAsYWyYd+7OsZd5Nxl/TqJjxam8+ug2BY="; 23 23 }; 24 24 25 25 nativeBuildInputs = [