diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-06-12 12:26:56 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-05-16 16:50:24 +0200 |
commit | 03a24371379ccee123ad8c26787b2ecd09008779 (patch) | |
tree | bb4e027369775514bc4d5045d55ddc6cf5e01e84 /gnu | |
parent | f46f779c2b7b2b0c27c0c31aa88a45e87d9ccd6a (diff) | |
download | guix-03a24371379ccee123ad8c26787b2ecd09008779.tar.gz |
gnu: postfix-minimal: Update to 3.7.2.
* gnu/packages/mail.scm (postfix-minimal): Update to 3.7.2.
Diffstat (limited to 'gnu')
-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 0b940eeb43..7aafb72738 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.5.0") + (version "3.7.2") (source (origin (method url-fetch) (uri (string-append "http://cdn.postfix.johnriley.me/" @@ -4983,7 +4983,7 @@ features: "postfix-" version ".tar.gz")) (sha256 (base32 - "1k2mxx9yx8lif804ff7zjyllizv4najfv3dca912k6j46fbr5b12")))) + "05nldrd7kbfldfha4zppmb0ny5m94k8hq3xyq1rji81455ngg19p")))) (build-system gnu-build-system) (arguments '(#:modules ((srfi srfi-26) |