mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
bootstrap: mes-boot: Fix at 0.19.
This allows updating Mes without triggering a rebuild. * gnu/packages/commencement.scm (mes-boot): Fix 0.19.
This commit is contained in:
parent
6b7e09ae6b
commit
d7303a048d
1 changed files with 8 additions and 0 deletions
|
@ -89,6 +89,14 @@ (define mes-boot
|
|||
(package
|
||||
(inherit mes)
|
||||
(name "mes-boot")
|
||||
(version "0.19")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/mes/"
|
||||
"mes-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15h4yhaywdc0djpjlin2jz1kzahpqxfki0r0aav1qm9nxxmnp1l0"))))
|
||||
(inputs '())
|
||||
(propagated-inputs '())
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue