guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: postfix-minimal: Update to 3.7.2.


From: guix-commits
Subject: 08/08: gnu: postfix-minimal: Update to 3.7.2.
Date: Sun, 12 Jun 2022 06:28:59 -0400 (EDT)

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

commit c854575dd8929bc6805657da78f23ba36303fcdc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 12 12:26:56 2022 +0200

    gnu: postfix-minimal: Update to 3.7.2.
    
    * gnu/packages/mail.scm (postfix-minimal): Update to 3.7.2.
---
 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 e4b35ff371..a39b34a623 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4655,7 +4655,7 @@ remote SMTP server.")
 (define-public postfix-minimal
   (package
     (name "postfix-minimal")
-    (version "3.5.0")
+    (version "3.7.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://cdn.postfix.johnriley.me/";
@@ -4663,7 +4663,7 @@ remote SMTP server.")
                                   "postfix-" version ".tar.gz"))
               (sha256
                (base32
-                "1k2mxx9yx8lif804ff7zjyllizv4najfv3dca912k6j46fbr5b12"))))
+                "05nldrd7kbfldfha4zppmb0ny5m94k8hq3xyq1rji81455ngg19p"))))
     (build-system gnu-build-system)
     (arguments
      '(#:modules ((srfi srfi-26)



reply via email to

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