guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: postfix-minimal: Update to 3.5.0.


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

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

commit 5f53052e9c302588518d2b7870a260a204c487d4
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Aug 6 08:12:26 2020 +0200

    gnu: postfix-minimal: Update to 3.5.0.
    
    * gnu/packages/mail.scm (postfix-minimal): Update to 3.5.0.  Fixes build 
with
    glibc-2.30.
---
 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 d1d8cb48e8..165f7b382c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4654,7 +4654,7 @@ remote SMTP server.")
 (define-public postfix-minimal
   (package
     (name "postfix-minimal")
-    (version "3.4.8")
+    (version "3.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://cdn.postfix.johnriley.me/";
@@ -4662,7 +4662,7 @@ remote SMTP server.")
                                   "postfix-" version ".tar.gz"))
               (sha256
                (base32
-                "0hw9kbr05qdzvfqhxi4dp4n3s9xvdh0gr0la08a4bip06ybl4pcd"))))
+                "1k2mxx9yx8lif804ff7zjyllizv4najfv3dca912k6j46fbr5b12"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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