From 34f0e278345bbb8a5e88a0a383e5c34e865421a2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Jan 2023 11:23:28 -0500 Subject: [PATCH] suite-sparse 7.0.1 Closes #121237. Signed-off-by: Patrick Linnane Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/suite-sparse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/suite-sparse.rb b/Formula/suite-sparse.rb index 623dac8951c..caf2e74db86 100644 --- a/Formula/suite-sparse.rb +++ b/Formula/suite-sparse.rb @@ -1,8 +1,8 @@ class SuiteSparse < Formula desc "Suite of Sparse Matrix Software" homepage "https://people.engr.tamu.edu/davis/suitesparse.html" - url "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v7.0.0.tar.gz" - sha256 "66e0a21a4c58f4fa7a96823c6726226ebd5f605263a37e1afa61f143cf6b464d" + url "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v7.0.1.tar.gz" + sha256 "dc2f8d5c2657c120b30cce942f634ec08fc3a4b0b10e19d3eef7790b2bec8d1e" license all_of: [ "BSD-3-Clause", "LGPL-2.1-or-later",