diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:27 +0200 |
commit | 6832a4140fdd1167a0d2f0270b8e651b6b70e173 (patch) | |
tree | 86d045e54a5f5a35d92169ba599ea69d78ed675d /gnu | |
parent | f228c39e2ed9f48509d713a663628090d39714a2 (diff) | |
download | guix-6832a4140fdd1167a0d2f0270b8e651b6b70e173.tar.gz guix-6832a4140fdd1167a0d2f0270b8e651b6b70e173.zip |
gnu: imapfilter: Update to 2.7.6.
* gnu/packages/mail.scm (imapfilter): Update to 2.7.6.
Diffstat (limited to 'gnu')
-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 5444c082d6..565ea22f32 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -3935,7 +3935,7 @@ PGP handling, multiple servers, and secure connections.") (define-public imapfilter (package (name "imapfilter") - (version "2.7.5") + (version "2.7.6") (source (origin (method git-fetch) @@ -3944,7 +3944,7 @@ PGP handling, multiple servers, and secure connections.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0a7f85r3axwclzw1s79zl2l8222nj2gklvvq33w9qv0dz5n71dcx")))) + (base32 "0di9gwavgyr1xkd8sfh52ldkn2lq1kdad76ww2x4y0lhimnxw7gc")))) (build-system gnu-build-system) (arguments `(#:tests? #f |