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

suitesparse-graphblas: 9.0.2 -> 9.0.3
This commit is contained in:
Nick Cao 2024-03-04 10:02:15 -05:00 committed by GitHub
commit 1f9af5cc57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "suitesparse-graphblas";
version = "9.0.2";
version = "9.0.3";
outputs = [ "out" "dev" ];
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "DrTimothyAldenDavis";
repo = "GraphBLAS";
rev = "v${version}";
hash = "sha256-wPg5A1lwtRPDO5gPbllEFkRJFRIhkqqaVd4CBdPavKE=";
hash = "sha256-qRRrxMshLLEltCzXFv/j6NgRi6x1SHlAuKG5NfLiBFs=";
};
nativeBuildInputs = [