suitesparse-graphblas: 9.4.2 -> 9.4.4

This commit is contained in:
R. Ryantm 2025-02-17 03:27:32 +00:00
parent f16bb6e46d
commit 5f2d23cd48

View File

@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
pname = "suitesparse-graphblas";
version = "9.4.2";
version = "9.4.4";
outputs = [
"out"
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
owner = "DrTimothyAldenDavis";
repo = "GraphBLAS";
rev = "v${version}";
hash = "sha256-qUN5z797IAsP/OW6LmMUDETyJCJ3j8rgeDfj1dCaiyM=";
hash = "sha256-4k5s4cFPZUetvXkyEojB/ellqZrmyXpdQdlBJ93W0Jk=";
};
nativeBuildInputs = [