[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: imapfilter: Update to 2.7.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: imapfilter: Update to 2.7.5. |
Date: |
Mon, 07 Dec 2020 17:45:58 -0500 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ac3af8f gnu: imapfilter: Update to 2.7.5.
ac3af8f is described below
commit ac3af8f7ed29a64d1116933b3a2b8b6fd6eec1d8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 7 23:41:37 2020 +0100
gnu: imapfilter: Update to 2.7.5.
* gnu/packages/mail.scm (imapfilter): Update to 2.7.5.
---
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 2a4c892..a2d6b71 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3746,7 +3746,7 @@ PGP handling, multiple servers, and secure connections.")
(define-public imapfilter
(package
(name "imapfilter")
- (version "2.7.4")
+ (version "2.7.5")
(source
(origin
(method git-fetch)
@@ -3755,7 +3755,7 @@ PGP handling, multiple servers, and secure connections.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0nb0ysdp91r6dr3jgx24halbf4f56g4imx9112hkbz1abzgrmxs3"))))
+ (base32 "0a7f85r3axwclzw1s79zl2l8222nj2gklvvq33w9qv0dz5n71dcx"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: imapfilter: Update to 2.7.5.,
guix-commits <=