[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: postfix-minimal: Update to 3.5.0.
From: |
guix-commits |
Subject: |
03/11: gnu: postfix-minimal: Update to 3.5.0. |
Date: |
Thu, 7 Sep 2023 11:24:23 -0400 (EDT) |
rekado pushed a commit to branch wip-postfix
in repository guix.
commit cd7a2505a642afc15d061323b2a5b6535569a111
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 52a1c2ac8d..f1427f893a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4969,7 +4969,7 @@ features:
(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/"
@@ -4977,7 +4977,7 @@ features:
"postfix-" version ".tar.gz"))
(sha256
(base32
- "0hw9kbr05qdzvfqhxi4dp4n3s9xvdh0gr0la08a4bip06ybl4pcd"))))
+ "1k2mxx9yx8lif804ff7zjyllizv4najfv3dca912k6j46fbr5b12"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch wip-postfix created (now 8af658c823), guix-commits, 2023/09/07
- 01/11: gnu: Add postfix., guix-commits, 2023/09/07
- 08/11: gnu: postfix-minimal: Update to 3.7.2., guix-commits, 2023/09/07
- 09/11: gnu: postfix-minimal: Simplify with G-expression., guix-commits, 2023/09/07
- 03/11: gnu: postfix-minimal: Update to 3.5.0.,
guix-commits <=
- 11/11: gnu: postfix-minimal: Update to 3.7.7., guix-commits, 2023/09/07
- 04/11: system: examples: Add postfix.tmpl., guix-commits, 2023/09/07
- 05/11: gnu: postfix-minimal: Fix startup warnings., guix-commits, 2023/09/07
- 10/11: gnu: postfix-minimal: Update to 3.7.5., guix-commits, 2023/09/07
- 02/11: services: Add postfix service., guix-commits, 2023/09/07
- 07/11: system: postfix.tmpl: Add mail-aliases-service., guix-commits, 2023/09/07
- 06/11: service: postfix: Use mail-aliases-service-type., guix-commits, 2023/09/07