guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: dovecot: Update to 2.2.33.1.


From: Tobias Geerinckx-Rice
Subject: 04/05: gnu: dovecot: Update to 2.2.33.1.
Date: Wed, 11 Oct 2017 15:52:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit be84a1231e3393e8800768bb640eb71e7614429c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 11 20:06:53 2017 +0200

    gnu: dovecot: Update to 2.2.33.1.
    
    * gnu/packages/mail.scm (dovecot): Update to 2.2.33.1.
---
 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 167c535..2b8117c 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.33")
+    (version "2.2.33.1")
     (source
      (origin
        (method url-fetch)
@@ -1105,7 +1105,7 @@ facilities for checking incoming mail.")
                            (version-major+minor version) "/"
                            name "-" version ".tar.gz"))
        (sha256 (base32
-                "0662s2wpa52frz07wv4qqa067wdiw7vgq931q0dp13b9lxl3sj79"))))
+                "02w932hq8v9889k709gbg94jl983lzwd3nh51vkxq041821a3ng4"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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