guix: Release update.

* guix.scm (mes): Update commit, hash and version.
This commit is contained in:
Jan Nieuwenhuizen 2017-07-26 13:10:42 +02:00
parent 06c4857c84
commit 908a4fab97
1 changed files with 5 additions and 5 deletions

View File

@ -111,10 +111,10 @@ hex2 linker.")
(license gpl3+)))
(define-public mes
(let ((commit "ec072e8625e72b89301ad1746d839c6529188b6f")
(let ((commit "06c4857c84474b8106616b438eb0dcee8dd25ad6")
(revision "0")
(triplet "i686-unknown-linux-gnu")
(version "0.8"))
(version "0.9"))
(package
(name "mes")
(version (string-append version "-" revision "." (string-take commit 7)))
@ -125,7 +125,7 @@ hex2 linker.")
(commit commit)))
(file-name (string-append name "-" version))
(sha256
(base32 "0g9xqqpmj8319hc1931bycj88p16iw50w5rakax3jdj01gr0x6i7"))))
(base32 "0rw3bs8cpyksdccx750ivh394dcyxsr7pp4iyvkgzfwrmdw0yq88"))))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(propagated-inputs
@ -151,7 +151,7 @@ hex2 linker.")
(display "Please run
build-aux/gitlog-to-changelog --srcdir=<git-checkout> > ChangeLog\n")))
#t))
(delete 'strip))))
(delete 'strip))))
(synopsis "Scheme interpreter with C compiler for full source bootstrapping")
(description
"Mes [Maxwell Equations of Software] aims to create full source
@ -162,7 +162,7 @@ Guile-] Scheme interpreter prototype in C and a Nyacc-based C compiler in
(license gpl3+))))
(define-public mes.git
(let ((version "0.8")
(let ((version "0.9")
(revision "0")
(commit (read-string (open-pipe "git show HEAD | head -1 | cut -d ' ' -f 2" OPEN_READ))))
(package