diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-05-16 17:42:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-05-16 17:42:24 +0200 |
commit | 921968f9584343991f0b5638e392634eca605201 (patch) | |
tree | 4b15a603f5f510932c05d0ac8d7c72ddd2981bd4 | |
parent | 596cc7c7e6d19f8cef824967f5190cdbca20bbf1 (diff) | |
download | guix-wip-postfix.tar.gz |
gnu: postfix-minimal: Update to 3.7.5. wip-postfix
* gnu/packages/mail.scm (postfix-minimal): Update to 3.7.5.
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 0af42f7881..4e2a5764cc 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.7.2") + (version "3.7.5") (source (origin (method url-fetch) (uri (string-append "http://cdn.postfix.johnriley.me/" @@ -4983,7 +4983,7 @@ features: "postfix-" version ".tar.gz")) (sha256 (base32 - "05nldrd7kbfldfha4zppmb0ny5m94k8hq3xyq1rji81455ngg19p")))) + "1frxn51ygginycqkfkl7zgdl0dfm3kdl95r9qk9cn1acxllkbsic")))) (build-system gnu-build-system) (arguments (list |