mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: mes: Oops, use mirror://gnu download url.
* gnu/packages/mes.scm (mes): Oops, use mirror://gnu download url.
This commit is contained in:
parent
a855117c59
commit
4a67079f71
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ (define-public mes
|
||||||
(version "0.17.1")
|
(version "0.17.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://alpha.gnu.org/gnu/mes/"
|
(uri (string-append "mirror://gnu/mes/"
|
||||||
"mes-" version ".tar.gz"))
|
"mes-" version ".tar.gz"))
|
||||||
(patches (search-patches "mes-nyacc-0.86.0.patch"))
|
(patches (search-patches "mes-nyacc-0.86.0.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in a new issue