gnu: ipopt: Fix source URI.
* gnu/packages/maths.scm (ipopt)[source]: Fix URI.
This commit is contained in:
parent
127c7fba1a
commit
58cb52a31d
1 changed files with 1 additions and 1 deletions
|
@ -1567,7 +1567,7 @@ online as well as original implementations of various other algorithms.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.coin-or.org/download/source/Ipopt/Ipopt-"
|
"https://www.coin-or.org/download/source/Ipopt/Ipopt-"
|
||||||
version".tgz"))
|
version".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in a new issue