guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 08/10: gnu: postfix-minimal: Update to 3.7.2.
Date: Tue, 16 May 2023 11:43:02 -0400 (EDT)

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

commit 03a24371379ccee123ad8c26787b2ecd09008779
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 0b940eeb43..7aafb72738 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4975,7 +4975,7 @@ features:
 (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/";
@@ -4983,7 +4983,7 @@ features:
                                   "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]