[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: postfix-minimal: Update to 3.7.5.
From: |
guix-commits |
Subject: |
10/11: gnu: postfix-minimal: Update to 3.7.5. |
Date: |
Thu, 7 Sep 2023 11:24:24 -0400 (EDT) |
rekado pushed a commit to branch wip-postfix
in repository guix.
commit b9d5fa662006650389b692f35da8fd7e15ef97ea
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 16 17:42:24 2023 +0200
gnu: postfix-minimal: Update to 3.7.5.
* gnu/packages/mail.scm (postfix-minimal): Update to 3.7.5.
---
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 d82d9a532c..4977ead534 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4970,7 +4970,7 @@ features:
(define-public postfix-minimal
(package
(name "postfix-minimal")
- (version "3.7.2")
+ (version "3.7.5")
(source (origin
(method url-fetch)
(uri (string-append "http://cdn.postfix.johnriley.me/"
@@ -4978,7 +4978,7 @@ features:
"postfix-" version ".tar.gz"))
(sha256
(base32
- "05nldrd7kbfldfha4zppmb0ny5m94k8hq3xyq1rji81455ngg19p"))))
+ "1frxn51ygginycqkfkl7zgdl0dfm3kdl95r9qk9cn1acxllkbsic"))))
(build-system gnu-build-system)
(arguments
(list
- 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, 2023/09/07
- 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 <=
- 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