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


From: guix-commits
Subject: branch master updated: gnu: dovecot: Update to 2.3.19.1.
Date: Tue, 14 Jun 2022 08:18:50 -0400

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 2682b12ca4 gnu: dovecot: Update to 2.3.19.1.
2682b12ca4 is described below

commit 2682b12ca47e9d1adb0b862c6540b9ec2cc53ce4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 12 02:00:01 2022 +0200

    gnu: dovecot: Update to 2.3.19.1.
    
    * gnu/packages/mail.scm (dovecot): Update to 2.3.19.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 8596d0808b..b94faea136 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1889,7 +1889,7 @@ facilities for checking incoming mail.")
   (package
     (name "dovecot")
     ;; Also update dovecot-pigeonhole when updating to a new minor version.
-    (version "2.3.19")
+    (version "2.3.19.1")
     (source
      (origin
        (method url-fetch)
@@ -1897,7 +1897,7 @@ facilities for checking incoming mail.")
                            (version-major+minor version) "/"
                            "dovecot-" version ".tar.gz"))
        (sha256
-        (base32 "0ys3zq9b1rgj1cz6a0i9l421y6h2j3b5zak2ia5j9dj1sj9zcwq1"))))
+        (base32 "0lawd8grwxass1frlw9bdd49fpwwxsv2qnxllsg6a2bkgpcbqnnv"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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