(define-public mes
(package
(name "mes")
- (version "0.0.e471916")
+ (version "0.1.3849c48f")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/janneke/mes")
- (commit "master")))
+ (commit "3849c48f7963b1e009ff0d2d95a9e0730e87ab93")))
+ (file-name (string-append name "-" version))
(sha256
- (base32
- "1rczxfap2d51hl619laxj3qfp89kq22sy79329kdd324nxzm3na0"))))
+ (base32 "115jycdz8i1r5sj2fsjqcrh456mayxzaykb8cxxxc3wxfkj8nagf"))))
(build-system gnu-build-system)
(native-inputs
`(("git" ,git)
"Mes aims to create an entirely source-based bootstrapping path.
The target is to [have GuixSD] boostrap from a minimal, easily
inspectable binary --that should be readable as source-- into
-something close to R5RS Scheme.")
+something close to R6RS Scheme.")
(home-page "https://gitlab.com/janneke/mes")
(license gpl3+)))