mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: clp: Update to 1.17.6.
* gnu/packages/maths.scm (clp): Update to 1.17.6.
This commit is contained in:
parent
81af0de999
commit
bb9f9e1d1b
1 changed files with 2 additions and 2 deletions
|
@ -1612,14 +1612,14 @@ (define-public ipopt
|
|||
(define-public clp
|
||||
(package
|
||||
(name "clp")
|
||||
(version "1.17.1")
|
||||
(version "1.17.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.coin-or.org/download/source/"
|
||||
"Clp/Clp-" version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wdg820g3iikf9344ijwsc8sy6c0m6im42bzzizm6rlmkvnmxhk9"))
|
||||
"0ap1f0lxppa6pnbc4bg7ih7a96avwaki482nig8w5fr3vg9wvkzr"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Make sure we don't use the bundled software.
|
||||
|
|
Loading…
Reference in a new issue