guix: Update mes to 0.13.

* guix.scm (mes): Update to 0.13.
  (mes.git): Likewise.
This commit is contained in:
Jan Nieuwenhuizen 2018-04-28 12:59:29 +02:00
parent 1fdccefe02
commit 4ff63354a7
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -162,10 +162,10 @@ hex2 linker.")
(license gpl3+))) (license gpl3+)))
(define-public mes (define-public mes
(let ((commit "0330aab202188306aa7676badfa3edafab707403") (let ((commit "1fdccefe02af992898ca97495ff3c65555e60e8d")
(revision "0") (revision "0")
(triplet "i686-unknown-linux-gnu") (triplet "i686-unknown-linux-gnu")
(version "0.12")) (version "0.13"))
(package (package
(name "mes") (name "mes")
(version (string-append version "-" revision "." (string-take commit 7))) (version (string-append version "-" revision "." (string-take commit 7)))
@ -176,7 +176,7 @@ hex2 linker.")
(commit commit))) (commit commit)))
(file-name (string-append name "-" version)) (file-name (string-append name "-" version))
(sha256 (sha256
(base32 "1jifgmvgds8fxxv0zkna66f2p9cn46ych2qwn9p04088hdvkknwk")))) (base32 "1x2qyc4mw5jbddskl6k9w0vf4igg1l3bbl4ymn8mg21x18arp6a0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux")) (supported-systems '("i686-linux" "x86_64-linux"))
(propagated-inputs (propagated-inputs
@ -217,7 +217,7 @@ Guile-] Scheme interpreter prototype in C and a Nyacc-based C compiler in
(license gpl3+)))) (license gpl3+))))
(define-public mes.git (define-public mes.git
(let ((version "0.12") (let ((version "0.13")
(revision "0") (revision "0")
(commit (read-string (open-pipe "git show HEAD | head -1 | cut -d ' ' -f 2" OPEN_READ)))) (commit (read-string (open-pipe "git show HEAD | head -1 | cut -d ' ' -f 2" OPEN_READ))))
(package (package
@ -228,3 +228,4 @@ Guile-] Scheme interpreter prototype in C and a Nyacc-based C compiler in
;; Return it here so `guix build/environment/package' can consume it directly. ;; Return it here so `guix build/environment/package' can consume it directly.
mes.git mes.git