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


From: David Thompson
Subject: 01/01: gnu: guile-next: Update to 2.1.3.
Date: Mon, 20 Jun 2016 18:25:28 +0000 (UTC)

davexunit pushed a commit to branch master
in repository guix.

commit b0d388c9dc0d20c12e15bf9a4f1c292873701eee
Author: David Thompson <address@hidden>
Date:   Mon Jun 20 10:54:05 2016 -0400

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