We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cee6c commit feec3c3Copy full SHA for feec3c3
tools/workspace/suitesparse_internal/repository.bzl
@@ -6,8 +6,8 @@ def suitesparse_internal_repository(
6
github_archive(
7
name = name,
8
repository = "DrTimothyAldenDavis/SuiteSparse",
9
- commit = "v7.10.2",
10
- sha256 = "98ebd840a30ddd872b38879615b6045aa800d84eae6b44efd44b6b0682507630", # noqa
+ commit = "v7.10.3",
+ sha256 = "09e7bcc8e5de0a5b55d2ae9fd6378d5f4dc1b85a933593339a0872b24e2cc102", # noqa
11
build_file = ":package.BUILD.bazel",
12
mirrors = mirrors,
13
)
0 commit comments