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.7.


From: Andy Wingo
Subject: 01/01: gnu: guile-next: Update to 2.1.7.
Date: Tue, 21 Feb 2017 04:18:54 -0500 (EST)

wingo pushed a commit to branch master
in repository guix.

commit 4995ae75409bfcf319a2d21f03176162c7b0d575
Author: Andy Wingo <address@hidden>
Date:   Tue Feb 21 08:17:29 2017 +0100

    gnu: guile-next: Update to 2.1.7.
    
    * gnu/packages/guile.scm (guile-next): Update to 2.1.7.
---
 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 54f2ed2..6d8f30e 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -233,7 +233,7 @@ without requiring the source code to be rewritten.")
 (define-public guile-next
   (package (inherit guile-2.0)
     (name "guile-next")
-    (version "2.1.5")
+    (version "2.1.7")
     (replacement #f)
     (source (origin
               (method url-fetch)
@@ -241,7 +241,7 @@ without requiring the source code to be rewritten.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0r9y4hw17dlxahik4zsccfb2f3p2a07wqndfm251bgmam9hln6gi"))
+                "0qf2664bglv5rrj4c99cc7gry7v9x0sqdyzgfg8zi8gm5wbcmqda"))
               (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]