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

suitesparse-graphblas: 7.2.0 -> 7.4.3
This commit is contained in:
Weijia Wang
2023-03-17 12:13:25 +02:00
committed by GitHub
@@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "suitesparse-graphblas";
version = "7.2.0";
version = "7.4.3";
outputs = [ "out" "dev" ];
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "DrTimothyAldenDavis";
repo = "GraphBLAS";
rev = "v${version}";
sha256 = "sha256-N3TBuKWQRisXE5DQ0c+N2cv0darQ8mz4g2oe7pKst9E=";
sha256 = "sha256-myUaSzBlt34L3UJDKB9VXetaPCc3SZCzpbsSn1j+MPw=";
};
nativeBuildInputs = [