Merge pull request #315662 from r-ryantm/auto-update/suitesparse-graphblas

suitesparse-graphblas: 9.1.0 -> 9.2.0
This commit is contained in:
Weijia Wang
2024-06-02 19:26:48 +02:00
committed by GitHub
@@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "suitesparse-graphblas";
version = "9.1.0";
version = "9.2.0";
outputs = [ "out" "dev" ];
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "DrTimothyAldenDavis";
repo = "GraphBLAS";
rev = "v${version}";
hash = "sha256-YK0REOqoNa55tQt6NH/0QQ07pzAImDR5kC00sbFILH8=";
hash = "sha256-UtJ5AXbmoUA1NokgXDUDnhCZzOT1bTen6C89bsCWEIo=";
};
nativeBuildInputs = [