diff options
author | Greg Hogan <code@greghogan.com> | 2022-07-29 14:07:22 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-08-08 17:26:18 +0200 |
commit | 8ed15dedbeea04e96e0a81592d43c64f8ba3ee72 (patch) | |
tree | 0ba57193a9ae7435cab2646d190a1ecd9f3946a2 /gnu/packages/maths.scm | |
parent | f2ed0113e8d12a57d4e63157813b1e94112b6f4b (diff) | |
download | guix-8ed15dedbeea04e96e0a81592d43c64f8ba3ee72.tar.gz |
gnu: suitesparse: Update to 5.12.0.
* gnu/packages/maths.scm (suitesparse): Update to 5.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6a84f47468..1ddfc6b1ff 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4778,7 +4778,7 @@ Fresnel integrals, and similar related functions as well.") (define-public suitesparse (package (name "suitesparse") - (version "5.10.1") + (version "5.12.0") (source (origin (method git-fetch) @@ -4788,7 +4788,7 @@ Fresnel integrals, and similar related functions as well.") (file-name (git-file-name name version)) (sha256 (base32 - "19gx5wlgqnqpgz6mvam9lalyzpbfwgqhppps8z3np9sh0mgaiyw9")) + "0zpl51pfpv7ap7z97jlryba2la1qdmzm11bhzkn55wlb03xzi6k6")) (patches (search-patches "suitesparse-mongoose-cmake.patch")) (modules '((guix build utils))) (snippet |