guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guile: Add 2.2.6.


From: guix-commits
Subject: 01/01: gnu: guile: Add 2.2.6.
Date: Mon, 1 Jul 2019 06:29:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 78c88baad56ae2843d809a8160631a7bae071315
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 1 12:29:02 2019 +0200

    gnu: guile: Add 2.2.6.
    
    * gnu/packages/guile.scm (guile-2.2.5): Rename to...
    (guile-2.2.6): ... this, and update to 2.2.6.
---
 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 f0a53e7..6e11a13 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -286,17 +286,17 @@ without requiring the source code to be rewritten.")
                   (max-silent-time . 36000))))) ;10 hours (needed on ARM
                                                 ;  when heavily loaded)
 
-(define-public guile-2.2.5
+(define-public guile-2.2.6
   (package
     (inherit guile-2.2)
-    (version "2.2.5")
+    (version "2.2.6")
     (source (origin
               (inherit (package-source guile-2.2))
               (uri (string-append "mirror://gnu/guile/guile-" version
                                   ".tar.xz"))
               (sha256
                (base32
-                "19w5ws1jvs01dpv756qv2cgs37rsnwq1f4f07mj0wra35pqp6c7w"))))))
+                "1269ymxm56j1z1lvq1y42rm961f2n7rinm3k6l00p9k52hrpcddk"))))))
 
 (define-public guile-next
   ;; This is the upcoming Guile 3.0, with JIT support.



reply via email to

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