guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ipopt: Fix source URI.


From: guix-commits
Subject: branch master updated: gnu: ipopt: Fix source URI.
Date: Wed, 10 Jun 2020 11:35:38 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 58cb52a  gnu: ipopt: Fix source URI.
58cb52a is described below

commit 58cb52a31d5fd6c303440bf2fb900a267734d106
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jun 10 17:34:41 2020 +0200

    gnu: ipopt: Fix source URI.
    
    * gnu/packages/maths.scm (ipopt)[source]: Fix URI.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index fe1dfdc..45d699e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1567,7 +1567,7 @@ online as well as original implementations of various 
other algorithms.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://www.coin-or.org/download/source/Ipopt/Ipopt-";
+                    "https://www.coin-or.org/download/source/Ipopt/Ipopt-";
                     version".tgz"))
               (sha256
                (base32



reply via email to

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