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:
Jan Nieuwenhuizen 2019-09-08 10:46:14 +02:00
parent 6b7e09ae6b
commit d7303a048d
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 8 additions and 0 deletions

View File

@ -89,6 +89,14 @@
(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