summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludovic.courtes@inria.fr>2021-06-25 13:45:23 +0200
committerLudovic Courtès <ludo@gnu.org>2021-06-25 15:12:05 +0200
commit9931d2779fe9db12d8477a850ad901105c484437 (patch)
treef00d4ddbbf4f77109b193f166e678b5b393ad00e /gnu/packages/maths.scm
parent285f9d5e95993e6950242064418ff8d36ed83f02 (diff)
downloadguix-patches-9931d2779fe9db12d8477a850ad901105c484437.tar
guix-patches-9931d2779fe9db12d8477a850ad901105c484437.tar.gz
gnu: suitesparse: Update to 5.10.1.
* gnu/packages/maths.scm (suitesparse): Update to 5.10.1.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 954f4604c1..54f2e157fe 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4073,7 +4073,7 @@ Fresnel integrals, and similar related functions as well.")
(define-public suitesparse
(package
(name "suitesparse")
- (version "5.9.0")
+ (version "5.10.1")
(source
(origin
(method git-fetch)
@@ -4083,7 +4083,7 @@ Fresnel integrals, and similar related functions as well.")
(file-name (git-file-name name version))
(sha256
(base32
- "1zhkix58afw92s7p291prljdm3yi0pjg1kbi3lczdb8rb14jkz5n"))
+ "19gx5wlgqnqpgz6mvam9lalyzpbfwgqhppps8z3np9sh0mgaiyw9"))
(patches (search-patches "suitesparse-mongoose-cmake.patch"))
(modules '((guix build utils)))
(snippet