suitesparse-graphblas: 9.0.2 -> 9.0.3

This commit is contained in:
R. Ryantm 2024-03-04 05:10:11 +00:00
parent 8727dcf55f
commit 3db05f4d1b

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 = [