guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: dovecot: Update to 2.3.14.


From: guix-commits
Subject: 01/02: gnu: dovecot: Update to 2.3.14.
Date: Thu, 4 Mar 2021 08:13:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1c8a3283316837995ec93d586859f53f43635716
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 4 14:10:13 2021 +0100

    gnu: dovecot: Update to 2.3.14.
    
    * gnu/packages/mail.scm (dovecot): Update to 2.3.14.
---
 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 5bcd214..539eac5 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1754,7 +1754,7 @@ facilities for checking incoming mail.")
   (package
     (name "dovecot")
     ;; Also update dovecot-pigeonhole when updating to a new minor version.
-    (version "2.3.13")
+    (version "2.3.14")
     (source
      (origin
        (method url-fetch)
@@ -1762,7 +1762,7 @@ facilities for checking incoming mail.")
                            (version-major+minor version) "/"
                            "dovecot-" version ".tar.gz"))
        (sha256
-        (base32 "1i7ijss79a23v7b6lycfzaa8r5rh01k0h0b9h0j4a6n11sw7by53"))))
+        (base32 "0jm3p52z619v7ajh533g2g7d790k82fk0w7ry0zqlm8ymzrxgcy8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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