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


From: Andy Wingo
Subject: 01/01: gnu: guile-next: Update to 2.2.0.
Date: Wed, 15 Mar 2017 18:00:05 -0400 (EDT)

wingo pushed a commit to branch master
in repository guix.

commit 80a725726d3b3a62c69c9f80d35a898dcea8ad90
Author: Andy Wingo <address@hidden>
Date:   Wed Mar 15 22:58:35 2017 +0100

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

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 17c808d..e44c065 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -234,15 +234,15 @@ without requiring the source code to be rewritten.")
 (define-public guile-next
   (package (inherit guile-2.0)
     (name "guile-next")
-    (version "2.1.8")
+    (version "2.2.0")
     (replacement #f)
     (source (origin
               (method url-fetch)
-              (uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-";
-                                  version ".tar.xz"))
+              (uri (string-append "mirror://gnu/guile/guile-" version
+                                  ".tar.lz"))
               (sha256
                (base32
-                "0rh9vahqqwbyj79p1lc9pljkgxg8rczczf074dr8wl13j5h0y27m"))
+                "083vp6754dp4d5pvcy4bqvxq60cayf92v5slf5cgij8bnvixgyvr"))
               (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]