gnu: guile: Update to 2.2.2.
authorAndy Wingo <wingo@igalia.com>
Fri, 21 Apr 2017 14:56:45 +0000 (16:56 +0200)
committerAndy Wingo <wingo@igalia.com>
Fri, 21 Apr 2017 14:58:13 +0000 (16:58 +0200)
* gnu/packages/guile.scm (guile-2.2): Update to 2.2.2.

gnu/packages/guile.scm

index d486c32..6d9f58c 100644 (file)
@@ -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