guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: postfix-minimal: Update to 3.7.7.


From: guix-commits
Subject: 11/11: gnu: postfix-minimal: Update to 3.7.7.
Date: Thu, 7 Sep 2023 11:24:24 -0400 (EDT)

rekado pushed a commit to branch wip-postfix
in repository guix.

commit 8af658c82340e285b0a96cd848f65fac28b5bab9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 7 17:23:45 2023 +0200

    gnu: postfix-minimal: Update to 3.7.7.
    
    * gnu/packages/mail.scm (postfix-minimal): Update to 3.7.7.
---
 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 4977ead534..8d392f17cb 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4970,7 +4970,7 @@ features:
 (define-public postfix-minimal
   (package
     (name "postfix-minimal")
-    (version "3.7.5")
+    (version "3.7.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://cdn.postfix.johnriley.me/";
@@ -4978,7 +4978,7 @@ features:
                                   "postfix-" version ".tar.gz"))
               (sha256
                (base32
-                "1frxn51ygginycqkfkl7zgdl0dfm3kdl95r9qk9cn1acxllkbsic"))))
+                "081hmln5hm2a1jx2vgbdca8w42bmb71xqvaw2gv1d34km9am7jvs"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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