guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dovecot: Update to 2.2.28.


From: Leo Famulari
Subject: 01/01: gnu: dovecot: Update to 2.2.28.
Date: Wed, 22 Mar 2017 13:12:24 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 112d645ffa5f4ce210d84a9c4c9d917da937e3b3
Author: Leo Famulari <address@hidden>
Date:   Wed Mar 22 13:04:07 2017 -0400

    gnu: dovecot: Update to 2.2.28.
    
    * gnu/packages/mail.scm (dovecot): Update to 2.2.28.
---
 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 aaf9fce..2ae1277 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1080,7 +1080,7 @@ facilities for checking incoming mail.")
 (define-public dovecot
   (package
     (name "dovecot")
-    (version "2.2.27")
+    (version "2.2.28")
     (source
      (origin
        (method url-fetch)
@@ -1088,7 +1088,7 @@ facilities for checking incoming mail.")
                            (version-major+minor version) "/"
                            name "-" version ".tar.gz"))
        (sha256 (base32
-                "1s8qvr6fa9d0n179kdwgpsi72zkvpbh9q57q8fr2fjysgjl94zw9"))))
+                "098zpkmkk93372qnv6drgbfg8hp5mynspzc1735qgar6wdcqya70"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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