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.33.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: dovecot: Update to 2.2.33.
Date: Tue, 10 Oct 2017 17:42:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c3bece41b7e3cb8dc4a2660ba4a8389148f48c6e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Oct 10 17:42:48 2017 +0200

    gnu: dovecot: Update to 2.2.33.
    
    * gnu/packages/mail.scm (dovecot): Update to 2.2.33.
---
 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 df61f43..167c535 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1097,7 +1097,7 @@ facilities for checking incoming mail.")
 (define-public dovecot
   (package
     (name "dovecot")
-    (version "2.2.32")
+    (version "2.2.33")
     (source
      (origin
        (method url-fetch)
@@ -1105,7 +1105,7 @@ facilities for checking incoming mail.")
                            (version-major+minor version) "/"
                            name "-" version ".tar.gz"))
        (sha256 (base32
-                "0bmwyvi1crmrca2knvknsf517x53w7gxrclwyrvrhddgw98j22qn"))))
+                "0662s2wpa52frz07wv4qqa067wdiw7vgq931q0dp13b9lxl3sj79"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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