[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: postfix-minimal: Updato to 3.5.0.
From: |
guix-commits |
Subject: |
03/07: gnu: postfix-minimal: Updato to 3.5.0. |
Date: |
Fri, 30 Jul 2021 10:15:22 -0400 (EDT) |
cwebber pushed a commit to branch wip-postfix
in repository guix.
commit ccfedcfa29f5c8852793365754712b3f1202fc77
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Aug 6 08:12:26 2020 +0200
gnu: postfix-minimal: Updato 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 2c70f6a..44543e8 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4490,7 +4490,7 @@ means--it's all programmable).")
(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/"
@@ -4498,7 +4498,7 @@ means--it's all programmable).")
"postfix-" version ".tar.gz"))
(sha256
(base32
- "0hw9kbr05qdzvfqhxi4dp4n3s9xvdh0gr0la08a4bip06ybl4pcd"))))
+ "1k2mxx9yx8lif804ff7zjyllizv4najfv3dca912k6j46fbr5b12"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch wip-postfix created (now 0742d39), guix-commits, 2021/07/30
- 03/07: gnu: postfix-minimal: Updato to 3.5.0.,
guix-commits <=
- 04/07: system: examples: Add postfix.tmpl., guix-commits, 2021/07/30
- 02/07: services: Add postfix service., guix-commits, 2021/07/30
- 05/07: gnu: postfix-minimal: Fix startup warnings., guix-commits, 2021/07/30
- 07/07: system: postfix.tmpl: Add mail-aliases-service., guix-commits, 2021/07/30
- 01/07: gnu: Add postfix., guix-commits, 2021/07/30
- 06/07: service: postfix: Use mail-aliases-service-type., guix-commits, 2021/07/30