guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: clp: Update to 1.17.6.


From: guix-commits
Subject: 04/05: gnu: clp: Update to 1.17.6.
Date: Fri, 29 May 2020 02:11:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bb9f9e1d1b32c1de2c7c0431bd931d106da3c7a2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 29 08:02:45 2020 +0200

    gnu: clp: Update to 1.17.6.
    
    * gnu/packages/maths.scm (clp): Update to 1.17.6.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8e35188..e1c8f8b 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]