[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: imapfilter: Update to 2.7.4.
From: |
guix-commits |
Subject: |
05/10: gnu: imapfilter: Update to 2.7.4. |
Date: |
Thu, 26 Nov 2020 14:44:51 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 6b23d48f09209475893b38cba61c91ecd041acef
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Nov 26 16:36:07 2020 +0100
gnu: imapfilter: Update to 2.7.4.
* gnu/packages/mail.scm (imapfilter): Update to 2.7.4.
[inputs]: Upgrade pcre to pcre2.
---
gnu/packages/mail.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 83cdeb3..3381183 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3726,7 +3726,7 @@ PGP handling, multiple servers, and secure connections.")
(define-public imapfilter
(package
(name "imapfilter")
- (version "2.6.16")
+ (version "2.7.4")
(source
(origin
(method git-fetch)
@@ -3735,7 +3735,7 @@ PGP handling, multiple servers, and secure connections.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0f65sg6hhv6778fxwsz4hvarbm97dsb8jj0mg7a9qs273r35pqck"))))
+ (base32 "0nb0ysdp91r6dr3jgx24halbf4f56g4imx9112hkbz1abzgrmxs3"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f
@@ -3747,7 +3747,7 @@ PGP handling, multiple servers, and secure connections.")
(delete 'configure)))) ; no configure script
(inputs
`(("lua" ,lua)
- ("pcre" ,pcre)
+ ("pcre2" ,pcre2)
("openssl" ,openssl)))
(home-page "https://github.com/lefcha/imapfilter")
(synopsis "IMAP mail filtering utility")
- branch master updated (36f957d -> 7aaa6bb), guix-commits, 2020/11/26
- 01/10: gnu: udunits: Add a note on versioning., guix-commits, 2020/11/26
- 02/10: gnu: djvulibre: Update to 3.5.28., guix-commits, 2020/11/26
- 03/10: gnu: djvulibre: Remove bundled software., guix-commits, 2020/11/26
- 06/10: gnu: imapfilter: Cross-compile., guix-commits, 2020/11/26
- 05/10: gnu: imapfilter: Update to 2.7.4.,
guix-commits <=
- 09/10: gnu: hidapi: Update to 0.10.1., guix-commits, 2020/11/26
- 04/10: gnu: imapfilter: Fix input nativity., guix-commits, 2020/11/26
- 07/10: gnu: monero: Update to 0.17.1.5., guix-commits, 2020/11/26
- 08/10: gnu: cozy: Update to 0.7.6., guix-commits, 2020/11/26
- 10/10: gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-2.e9fbf5c., guix-commits, 2020/11/26