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
|
@ -85,8 +85,8 @@
|
||||||
; for speed-up?
|
; for speed-up?
|
||||||
|
|
||||||
(define mes-boot0
|
(define mes-boot0
|
||||||
(let ((version "0.17.1")
|
(let ((version "0.18")
|
||||||
(revision "2")
|
(revision "0")
|
||||||
(commit #f))
|
(commit #f))
|
||||||
(package
|
(package
|
||||||
(inherit mes)
|
(inherit mes)
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
"/mes-" commit ".tar.gz"))
|
"/mes-" commit ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dfnchrz3fb8x220bz28i6p3ql2xfahk9mzin3vk8lyw45s12r5g")))
|
"1whbzahv16bwhavr2azqli0dcbk29p9rsqfbjl69la135z8vgdhx")))
|
||||||
(package-source mes)))
|
(package-source mes)))
|
||||||
(native-inputs '())
|
(native-inputs '())
|
||||||
(propagated-inputs '()))))
|
(propagated-inputs '()))))
|
||||||
|
|
Loading…
Reference in New Issue