[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: mpop: Update to 1.4.4.
From: |
guix-commits |
Subject: |
05/07: gnu: mpop: Update to 1.4.4. |
Date: |
Wed, 8 May 2019 17:26:14 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 05ee17872cbfb2e5778a7bfc72c840937f0ae198
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed May 8 22:22:30 2019 +0200
gnu: mpop: Update to 1.4.4.
* gnu/packages/mail.scm (mpop): Update to 1.4.4.
---
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 eb589b1..11afb45 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1947,14 +1947,14 @@ converts them to maildir format directories.")
(define-public mpop
(package
(name "mpop")
- (version "1.4.3")
+ (version "1.4.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/mpop/releases/"
"mpop-" version ".tar.xz"))
(sha256
- (base32 "1di86frxv4gj8fasni409m87qmv0j0vmj13lawkz1pwv9hbynhjb"))))
+ (base32 "0j21cp8bw12vgfymxi3i4av3j97lrcyb5y9xa3mb59wr17izz73x"))))
(build-system gnu-build-system)
(inputs
`(("gnutls" ,gnutls)
- branch master updated (5c89429 -> 26fad5b), guix-commits, 2019/05/08
- 07/07: gnu: mbpfan: Update to 2.1.1., guix-commits, 2019/05/08
- 01/07: gnu: fasm: Update to 1.73.11., guix-commits, 2019/05/08
- 04/07: gnu: gmime: Update to 3.2.3., guix-commits, 2019/05/08
- 06/07: gnu: dovecot: Update to 2.3.6., guix-commits, 2019/05/08
- 03/07: gnu: opari2: Use HTTPS home page., guix-commits, 2019/05/08
- 02/07: gnu: opari2: Update to 2.0.4., guix-commits, 2019/05/08
- 05/07: gnu: mpop: Update to 1.4.4.,
guix-commits <=