guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dovecot: Update to 2.3.10.


From: guix-commits
Subject: branch master updated: gnu: dovecot: Update to 2.3.10.
Date: Fri, 06 Mar 2020 07:01:53 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 462ca0b  gnu: dovecot: Update to 2.3.10.
462ca0b is described below

commit 462ca0bbb73206569073814dd8daa7e2b6a2a048
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Mar 6 12:32:30 2020 +0100

    gnu: dovecot: Update to 2.3.10.
    
    * gnu/packages/mail.scm (dovecot): Update to 2.3.10.
---
 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 600c921..7bbf00c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1380,7 +1380,7 @@ facilities for checking incoming mail.")
 (define-public dovecot
   (package
     (name "dovecot")
-    (version "2.3.9.3")
+    (version "2.3.10")
     (source
      (origin
        (method url-fetch)
@@ -1388,7 +1388,7 @@ facilities for checking incoming mail.")
                            (version-major+minor version) "/"
                            "dovecot-" version ".tar.gz"))
        (sha256
-        (base32 "0lcnqib63nv32xr3nr4s3x8k77mbgrhc13swjl2xqnzw4fabd7zq"))))
+        (base32 "1ibiz3k2flablkcqbkvfzsjnq5b5kxximhcrplflsjl57mr88ca7"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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