diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-29 08:02:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-29 08:08:17 +0200 |
commit | bb9f9e1d1b32c1de2c7c0431bd931d106da3c7a2 (patch) | |
tree | 8959f451e4daea8a20bc4fda1bed28e92955f5d5 /gnu/packages/maths.scm | |
parent | 81af0de99986ab28628822cbec59632edbf65570 (diff) | |
download | guix-bb9f9e1d1b32c1de2c7c0431bd931d106da3c7a2.tar.gz |
gnu: clp: Update to 1.17.6.
* gnu/packages/maths.scm (clp): Update to 1.17.6.
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 8e35188d80..e1c8f8b559 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1612,14 +1612,14 @@ interfaces.") (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. |