[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: guile: Update to 2.2.1.
From: |
Ludovic Courtès |
Subject: |
06/06: gnu: guile: Update to 2.2.1. |
Date: |
Wed, 19 Apr 2017 17:46:01 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 87e32101782a9bb0acc59a78f1c513d35d259f2a
Author: Ludovic Courtès <address@hidden>
Date: Wed Apr 19 23:43:19 2017 +0200
gnu: guile: Update to 2.2.1.
* gnu/packages/guile.scm (guile-2.2): Update to 2.2.1.
---
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 207daa5..d486c32 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.0")
+ (version "2.2.1")
(replacement #f)
(source (origin
(method url-fetch)
@@ -229,7 +229,7 @@ without requiring the source code to be rewritten.")
".tar.lz"))
(sha256
(base32
- "083vp6754dp4d5pvcy4bqvxq60cayf92v5slf5cgij8bnvixgyvr"))
+ "0dlwkpqs0b17mmjbf53891acs16ppxxmfwhx2vl5x2946pzrm3c7"))
(modules '((guix build utils)))
;; Remove the pre-built object files. Instead, build everything
- branch master updated (e162050 -> 87e3210), Ludovic Courtès, 2017/04/19
- 01/06: services: Add mail-aliases-service-type., Ludovic Courtès, 2017/04/19
- 02/06: services: Make exim-service-type use mail-aliases-service-type, Ludovic Courtès, 2017/04/19
- 06/06: gnu: guile: Update to 2.2.1.,
Ludovic Courtès <=
- 05/06: publish: Add a handler for / and /index.html., Ludovic Courtès, 2017/04/19
- 04/06: doc: Update exim service documentation., Ludovic Courtès, 2017/04/19
- 03/06: tests: mail: Add test for exim, Ludovic Courtès, 2017/04/19