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


From: guix-commits
Subject: 01/02: gnu: dovecot: Update to 2.3.17.1.
Date: Tue, 7 Dec 2021 12:44:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 86d8a0460c2a8bdeb89ecdcf2296957d5f862081
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 7 18:30:54 2021 +0100

    gnu: dovecot: Update to 2.3.17.1.
    
    * gnu/packages/mail.scm (dovecot): Update to 2.3.17.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 1d2357a..e212d11 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1914,7 +1914,7 @@ facilities for checking incoming mail.")
   (package
     (name "dovecot")
     ;; Also update dovecot-pigeonhole when updating to a new minor version.
-    (version "2.3.17")
+    (version "2.3.17.1")
     (source
      (origin
        (method url-fetch)
@@ -1922,7 +1922,7 @@ facilities for checking incoming mail.")
                            (version-major+minor version) "/"
                            "dovecot-" version ".tar.gz"))
        (sha256
-        (base32 "1y9dpn4jgzrfjibp5zrc11bdk0q843d998kxhpxkyfm2fz6i4i12"))))
+        (base32 "1f525bvpjvi4rnwqjsqaqrbdii08sqmc1v8xq03m19w1vk6cqrqw"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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