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

suitesparse-graphblas: 9.0.1 -> 9.0.2
This commit is contained in:
Nick Cao
2024-02-29 10:10:28 -05:00
committed by GitHub
@@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "suitesparse-graphblas";
version = "9.0.1";
version = "9.0.2";
outputs = [ "out" "dev" ];
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "DrTimothyAldenDavis";
repo = "GraphBLAS";
rev = "v${version}";
hash = "sha256-eNd6jlpW3KiRvOCKvNP5ttpgjPPXt2M2vLhk1Zn4gTE=";
hash = "sha256-wPg5A1lwtRPDO5gPbllEFkRJFRIhkqqaVd4CBdPavKE=";
};
nativeBuildInputs = [