diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-04 06:05:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-04 06:28:26 +0200 |
commit | 88abd73eeb81a6b77069345252a7138583a1fda4 (patch) | |
tree | 65faa2358ff553fed34d9abf11032f4841ad6906 /gnu/packages | |
parent | b1d30f46c10123fc5e38ac6aff8a1b2b3773b72a (diff) | |
download | guix-88abd73eeb81a6b77069345252a7138583a1fda4.tar.gz guix-88abd73eeb81a6b77069345252a7138583a1fda4.zip |
gnu: imapfilter: Update to 2.6.12.
* gnu/packages/mail.scm (imapfilter): Update to 2.6.12.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 048218cc57..7348719ede 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2556,7 +2556,7 @@ PGP handling, multiple servers, and secure connections.") (define-public imapfilter (package (name "imapfilter") - (version "2.6.11") + (version "2.6.12") (source (origin (method git-fetch) @@ -2565,7 +2565,7 @@ PGP handling, multiple servers, and secure connections.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0cjnp7vqmgqym2zswabkmwlbj21r063vw7wkwxglj08z5qyjl5ps")))) + (base32 "0vzpc54fjf5vb5vx5w0fl20xvx1k9cg6a3hbl86mm8kwsqf3wrab")))) (build-system gnu-build-system) (arguments `(#:tests? #f |