(define-public mes
(package
(name "mes")
- (version "0.0.5da7bf2d")
+ (version "0.3.90e5f16e")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/janneke/mes")
- (commit "master")))
+ (commit "90e5f16ef9ed0e198ff5828676b8a328674823a7")))
(file-name (string-append name "-" version))
(sha256
- (base32 "1alp7gk1ikzp78addplp7ia1m4wm3jlaq53qwq3h53l5gdw8nsrd"))))
+ (base32 "0nbdjvmsyarp4vfg3r9hhhnabv11z1b7isw4g09x3kjd0r1lx0mh"))))
(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+)))