guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/33: gnu: imapfilter: Update to 2.7.6.


From: guix-commits
Subject: 19/33: gnu: imapfilter: Update to 2.7.6.
Date: Fri, 21 Oct 2022 13:20:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6832a4140fdd1167a0d2f0270b8e651b6b70e173
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:02 2022 +0200

    gnu: imapfilter: Update to 2.7.6.
    
    * gnu/packages/mail.scm (imapfilter): Update to 2.7.6.
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]