mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mes-boot0: Update to 0.18
* gnu/packages/commencement.scm (mes-boot0): Update to 0.18.
This commit is contained in:
parent
a52b11a667
commit
189ac60eac
1 changed files with 3 additions and 3 deletions
|
@ -85,8 +85,8 @@ (define %fake-bootstrap? #t) ; cheat using Guile (instead of Mes) in MesCC
|
|||
; for speed-up?
|
||||
|
||||
(define mes-boot0
|
||||
(let ((version "0.17.1")
|
||||
(revision "2")
|
||||
(let ((version "0.18")
|
||||
(revision "0")
|
||||
(commit #f))
|
||||
(package
|
||||
(inherit mes)
|
||||
|
@ -101,7 +101,7 @@ (define mes-boot0
|
|||
"/mes-" commit ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dfnchrz3fb8x220bz28i6p3ql2xfahk9mzin3vk8lyw45s12r5g")))
|
||||
"1whbzahv16bwhavr2azqli0dcbk29p9rsqfbjl69la135z8vgdhx")))
|
||||
(package-source mes)))
|
||||
(native-inputs '())
|
||||
(propagated-inputs '()))))
|
||||
|
|
Loading…
Reference in a new issue