guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: guile-next: Update to commit 6f3357b0df64c4be17e72079864c09a


From: David Thompson
Subject: 02/02: gnu: guile-next: Update to commit 6f3357b0df64c4be17e72079864c09a542f1c779.
Date: Thu, 4 Oct 2018 13:24:48 -0400 (EDT)

davexunit pushed a commit to branch master
in repository guix.

commit 55b616fd15769c0d2f90eb8b1d0a1af6a9474a48
Author: David Thompson <address@hidden>
Date:   Thu Oct 4 12:09:55 2018 -0400

    gnu: guile-next: Update to commit 6f3357b0df64c4be17e72079864c09a542f1c779.
    
    * gnu/packages/guile.scm (guile-next): Update to commit
    6f3357b0df64c4be17e72079864c09a542f1c779.
---
 gnu/packages/guile.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 0462582..1d33066 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -318,8 +318,8 @@ without requiring the source code to be rewritten.")
 
 (define-public guile-next
   ;; This is the upcoming Guile 3.0, with JIT support.
-  (let ((commit "a74b4a45fab1a78e34954bce5f031e8a9765f827")
-        (revision "0"))
+  (let ((commit "6f3357b0df64c4be17e72079864c09a542f1c779")
+        (revision "1"))
     (package
       (inherit guile-2.2)
       (name "guile-next")
@@ -331,7 +331,7 @@ without requiring the source code to be rewritten.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "0kq6mabv7j4gdlwmpz3iaddv98sc7awkl2358sg8j50sg10yw8nx"))
+                  "1c2xy5cflg0hws48914rz3z8mdmf8w3lblfic0kxnymcmdv9cbhv"))
                 (file-name (git-file-name name version))))
       (native-inputs
        `(("autoconf", autoconf)



reply via email to

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