suitesparse-graphblas: 10.4.0 -> 10.4.1

This commit is contained in:
R. Ryantm
2026-08-16 12:28:17 +00:00
parent e150ce1567
commit fcd37959e1

View File

@@ -8,7 +8,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "suitesparse-graphblas";
version = "10.4.0";
version = "10.4.1";
outputs = [
"out"
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "DrTimothyAldenDavis";
repo = "GraphBLAS";
rev = "v${finalAttrs.version}";
hash = "sha256-3OJAH9vwWS379gcVLHh1lpgm1eRb1NplIcNscHWgMHU=";
hash = "sha256-cP5LktaO/vCPg6tRrK3uaCgOkOwS7X6mbb6VPTuYvl0=";
};
nativeBuildInputs = [