guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guile-next: Update to 2.1.8.


From: Andy Wingo
Subject: 01/01: gnu: guile-next: Update to 2.1.8.
Date: Mon, 13 Mar 2017 07:22:56 -0400 (EDT)

wingo pushed a commit to branch master
in repository guix.

commit 02161372378dd7434df84be5139d902cebd559f7
Author: Andy Wingo <address@hidden>
Date:   Mon Mar 13 12:21:35 2017 +0100

    gnu: guile-next: Update to 2.1.8.
    
    * gnu/packages/guile.scm (guile-next): Update to 2.1.8.
---
 gnu/packages/guile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index f9ca5d0..d25603d 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -234,7 +234,7 @@ without requiring the source code to be rewritten.")
 (define-public guile-next
   (package (inherit guile-2.0)
     (name "guile-next")
-    (version "2.1.7")
+    (version "2.1.8")
     (replacement #f)
     (source (origin
               (method url-fetch)
@@ -242,7 +242,7 @@ without requiring the source code to be rewritten.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0qf2664bglv5rrj4c99cc7gry7v9x0sqdyzgfg8zi8gm5wbcmqda"))
+                "0rh9vahqqwbyj79p1lc9pljkgxg8rczczf074dr8wl13j5h0y27m"))
               (modules '((guix build utils)))
 
               ;; Remove the pre-built object files.  Instead, build everything



reply via email to

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