mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: suitesparse: Update to 5.10.1.
* gnu/packages/maths.scm (suitesparse): Update to 5.10.1.
This commit is contained in:
parent
285f9d5e95
commit
9931d2779f
1 changed files with 2 additions and 2 deletions
|
@ -4073,7 +4073,7 @@ (define-public openspecfun
|
|||
(define-public suitesparse
|
||||
(package
|
||||
(name "suitesparse")
|
||||
(version "5.9.0")
|
||||
(version "5.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4083,7 +4083,7 @@ (define-public suitesparse
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zhkix58afw92s7p291prljdm3yi0pjg1kbi3lczdb8rb14jkz5n"))
|
||||
"19gx5wlgqnqpgz6mvam9lalyzpbfwgqhppps8z3np9sh0mgaiyw9"))
|
||||
(patches (search-patches "suitesparse-mongoose-cmake.patch"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue