[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: mailutils: Update to 3.2.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/06: gnu: mailutils: Update to 3.2. |
Date: |
Wed, 15 Mar 2017 17:18:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7ea523853c127d123c5f770d0f58ca7a7070addc
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Mar 15 21:57:58 2017 +0100
gnu: mailutils: Update to 3.2.
* gnu/packages/mail.scm (mailutils): Update to 3.2.
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index fa8a3aa..3bf0e66 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -107,14 +107,14 @@
(define-public mailutils
(package
(name "mailutils")
- (version "3.1.1")
+ (version "3.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mailutils/mailutils-"
version ".tar.bz2"))
(sha256
(base32
- "1dpylyg79avi7brpkcmzaq7bqqkz45flp0ws6f2c8b1gyz4hdnzm"))))
+ "0c06yj5hgqibi24ib9sx865kq6i1h18wn201g6iwcfbpi2a7psdm"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (a829c65 -> cf8d068), Tobias Geerinckx-Rice, 2017/03/15
- 02/06: gnu: cryptsetup: Update to 1.7.4., Tobias Geerinckx-Rice, 2017/03/15
- 04/06: gnu: mailutils: Update to 3.2.,
Tobias Geerinckx-Rice <=
- 05/06: gnu: no-more-secrets: Update to 0.3.2., Tobias Geerinckx-Rice, 2017/03/15
- 06/06: gnu: units: Update to 2.14., Tobias Geerinckx-Rice, 2017/03/15
- 03/06: gnu: Use INSTALL-FILE where appropriate., Tobias Geerinckx-Rice, 2017/03/15
- 01/06: gnu: man-pages: Update to 4.10., Tobias Geerinckx-Rice, 2017/03/15