guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guile: Update to 2.2.2.


From: Andy Wingo
Subject: 01/01: gnu: guile: Update to 2.2.2.
Date: Fri, 21 Apr 2017 10:58:28 -0400 (EDT)

wingo pushed a commit to branch master
in repository guix.

commit 031e6087c4c30b00f31824d269cfbf67a7c54f31
Author: Andy Wingo <address@hidden>
Date:   Fri Apr 21 16:56:45 2017 +0200

    gnu: guile: Update to 2.2.2.
    
    * gnu/packages/guile.scm (guile-2.2): Update to 2.2.2.
---
 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 d486c32..6d9f58c 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -221,7 +221,7 @@ without requiring the source code to be rewritten.")
 (define-public guile-2.2
   (package (inherit guile-2.0)
     (name "guile")
-    (version "2.2.1")
+    (version "2.2.2")
     (replacement #f)
     (source (origin
               (method url-fetch)
@@ -229,7 +229,7 @@ without requiring the source code to be rewritten.")
                                   ".tar.lz"))
               (sha256
                (base32
-                "0dlwkpqs0b17mmjbf53891acs16ppxxmfwhx2vl5x2946pzrm3c7"))
+                "1dnh75h4rkx1zflpsngznkwcd6afn6zrc5x3xq7n946pm5bnx5bq"))
               (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]