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


From: David Thompson
Subject: 01/01: gnu: guile-next: Update to 2.1.4.
Date: Wed, 14 Sep 2016 15:16:39 +0000 (UTC)

davexunit pushed a commit to branch master
in repository guix.

commit ddda5338b8d55529bfce29a11557dcebcdec2f0c
Author: David Thompson <address@hidden>
Date:   Wed Sep 14 11:14:09 2016 -0400

    gnu: guile-next: Update to 2.1.4.
    
    * gnu/packages/guile.scm (guile-next): Update to 2.1.4.
---
 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 08430ad..0890f19 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -204,14 +204,14 @@ without requiring the source code to be rewritten.")
 (define-public guile-next
   (package (inherit guile-2.0)
     (name "guile-next")
-    (version "2.1.3")
+    (version "2.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1k48wqca2hrsbfq4ssiv4pg9jwlqncs5iwwxklk2bnczi7lavv78"))
+                "1w8kyy8nz6489d092fix6lvgjrk0bww7i0c2k67ym4hq0kjl0r1j"))
               (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]