guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: guile-next: Update to 2.9.2.


From: guix-commits
Subject: 01/05: gnu: guile-next: Update to 2.9.2.
Date: Fri, 24 May 2019 12:24:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit fc289fb21bc7c6e04ae6ce35baeb2a06345ad8ed
Author: Ludovic Courtès <address@hidden>
Date:   Fri May 24 17:24:52 2019 +0200

    gnu: guile-next: Update to 2.9.2.
    
    * gnu/packages/guile.scm (guile-next): Update to 2.9.2.
---
 gnu/packages/guile.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index d4dd10b..67825ff 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -293,14 +293,14 @@ without requiring the source code to be rewritten.")
     (package
       (inherit guile-2.2)
       (name "guile-next")
-      (version "2.9.1")
+      (version "2.9.2")
       (source (origin
                 (inherit (package-source guile-2.2))
-                (uri (string-append "https://alpha.gnu.org/gnu/guile/guile-";
+                (uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-";
                                     version ".tar.xz"))
                 (sha256
                  (base32
-                  "0iba93yqn6mvgid0rfsrg4amym36pg9m8cqdplxsy222blrj9gh1"))))
+                  "1w358df2wmcyzk2ziqrj2zhwqisaqraqfa3008ay23nf1a7bw0z4"))))
       (native-search-paths
        (list (search-path-specification
               (variable "GUILE_LOAD_PATH")



reply via email to

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