guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/160: bump mes-boot: mlibc: GNU Gcc support: setjmp, longjmp.


From: Jan Nieuwenhuizen
Subject: 12/160: bump mes-boot: mlibc: GNU Gcc support: setjmp, longjmp.
Date: Tue, 28 Aug 2018 15:56:05 -0400 (EDT)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 1ec186be81eed0930dc92d9d27237fba09073260
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sun Nov 26 13:18:47 2017 +0100

    bump mes-boot: mlibc: GNU Gcc support: setjmp, longjmp.
---
 gnu/packages/mes.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 202dd90..5abeac2 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -215,7 +215,7 @@ hex2 linker.")
 (define-public mes-boot
  (let ((version "0.11")
         (revision "0")
-        (commit "457a58a3c830217f0262fe8b6b4d279a95cc93bb"))
+        (commit "f092dce4e7e7afe9a68e44bad8c46d00ca92a71e"))
   (package
     (name "mes-boot")
     (version (string-append version "-" revision "." (string-take commit 7)))
@@ -228,7 +228,7 @@ hex2 linker.")
               (file-name (string-append name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1wx7z96sv1spkw1kc9ilg2vnzfli5bglrr9dbd2jm5snprav5pyh"))))
+                "0dv8d1yzffkdz43l0idv1blk3cbd8jx37l15haa3lzqq290hgbhc"))))
     (build-system trivial-build-system)
     (supported-systems '("i686-linux" "x86_64-linux"))
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]