From ebe6a1ea818d687cc49fd34e6e913e0a0b2d13bf Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 11 Jun 2018 19:13:12 +0200 Subject: [PATCH] guix: Update mes to 0.15. * guix.scm (mes): Update to 0.15. (mes.git): Likewise. --- guix.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guix.scm b/guix.scm index 0d45dd2b..65bb0c7c 100644 --- a/guix.scm +++ b/guix.scm @@ -128,10 +128,10 @@ hex2 linker.") (license gpl3+))) (define-public mes - (let ((commit "4e50490aa2513ced5b568f434b23ba36218ba7b3") + (let ((commit "3e5215b4853fe0b3bfa012d343ce62a79017c04c") (revision "0") (triplet "i686-unknown-linux-gnu") - (version "0.14")) + (version "0.15")) (package (name "mes") (version (string-append version "-" revision "." (string-take commit 7))) @@ -142,7 +142,7 @@ hex2 linker.") (commit commit))) (file-name (string-append name "-" version)) (sha256 - (base32 "184cyxbl9fq9gvb1r9dav1cbz1hgiakg50bi932d8zfmbkfw0qqv")))) + (base32 "1r82lpwmzqp9ih83s79zicvcza89walydn0yhjlkzvvwfiiqqg08")))) (build-system gnu-build-system) (supported-systems '("i686-linux" "x86_64-linux")) (propagated-inputs @@ -183,7 +183,7 @@ Guile-] Scheme interpreter prototype in C and a Nyacc-based C compiler in (license gpl3+)))) (define-public mes.git - (let ((version "0.14") + (let ((version "0.15") (revision "0") (commit (read-string (open-pipe "git show HEAD | head -1 | cut -d ' ' -f 2" OPEN_READ)))) (package