guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ipopt: Update to 3.12.12.


From: guix-commits
Subject: 02/03: gnu: ipopt: Update to 3.12.12.
Date: Mon, 18 Mar 2019 16:20:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 98a5cd51b3a432e77e50456ed51d048beba7be17
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 18 17:49:51 2019 +0100

    gnu: ipopt: Update to 3.12.12.
    
    * gnu/packages/maths.scm (ipopt): Update to 3.12.12.
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index af2c141..ee7ebf2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -20,7 +20,7 @@
 ;;; Copyright © 2017 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2017 Theodoros Foradis <address@hidden>
 ;;; Copyright © 2017, 2019 Arun Isaac <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Dave Love <address@hidden@gnu.org>
 ;;; Copyright © 2018 Jan Nieuwenhuizen <address@hidden>
 ;;; Copyright © 2018 Joshua Sierles, Nextjournal <address@hidden>
@@ -1298,7 +1298,7 @@ online as well as original implementations of various 
other algorithms.")
 (define-public ipopt
   (package
     (name "ipopt")
-    (version "3.12.5")
+    (version "3.12.12")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1306,7 +1306,7 @@ online as well as original implementations of various 
other algorithms.")
                     version".tgz"))
               (sha256
                (base32
-                "09bk2hqy2vgi4yi76xng9zxakddwqy3wij9nx7wf2vfbxxpazrsk"))
+                "07yn9rzdswjk8n246qq6ci9ssf2bcplkifcpsfz9j6cdxw9vgbkv"))
               (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]