mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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 @@ (define-public ipopt
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue