guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: tcc-boot0: Update for mes 0.18.


From: Jan Nieuwenhuizen
Subject: 07/07: gnu: tcc-boot0: Update for mes 0.18.
Date: Sun, 7 Oct 2018 11:04:20 -0400 (EDT)

janneke pushed a commit to branch core-updates-next
in repository guix.

commit 09c5a5680a06011f985a84aa26fb890b3be453bd
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Thu Oct 4 23:28:44 2018 +0200

    gnu: tcc-boot0: Update for mes 0.18.
    
    * gnu/packages/commencement.scm (tcc-boot0): Update for mes 0.18.
---
 gnu/packages/commencement.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index c7a2b03..6fc39f7 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -304,8 +304,8 @@
   ;; ported to 0.9.27, alas the resulting tcc is buggy.  Once MesCC is more
   ;; mature, this package should use the 0.9.27 sources (or later).
   (let ((version "0.9.26")
-        (revision "3")
-        (commit "812e9343e4520ec90934fd7f47134416ad0dce07"))
+        (revision "4")
+        (commit "46ee3f18477575b189ac224eac853e96afd571e1"))
     (package-with-bootstrap-guile
      (package
        (inherit tcc)
@@ -318,7 +318,7 @@
                                      "/tinycc-" commit ".tar.gz"))
                  (sha256
                   (base32
-                   "0c68hmi6ryb3bmbmdrr5knhz61li3mlhkmxvji6khgkb199znlqc"))))
+                   "0kq2si81piszpdcnp78w1lp5jd291srbx1f71fir08ybidiriw35"))))
        (build-system gnu-build-system)
        (supported-systems '("i686-linux" "x86_64-linux"))
        (inputs '())



reply via email to

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