mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: postfix-minimal: Update to 3.7.2.
* gnu/packages/mail.scm (postfix-minimal): Update to 3.7.2.
This commit is contained in:
parent
3e2985c43a
commit
30f1108db8
1 changed files with 2 additions and 2 deletions
|
@ -4970,7 +4970,7 @@ (define-public aerc
|
|||
(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/"
|
||||
|
@ -4978,7 +4978,7 @@ (define-public postfix-minimal
|
|||
"postfix-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1k2mxx9yx8lif804ff7zjyllizv4najfv3dca912k6j46fbr5b12"))))
|
||||
"05nldrd7kbfldfha4zppmb0ny5m94k8hq3xyq1rji81455ngg19p"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:modules ((srfi srfi-26)
|
||||
|
|
Loading…
Reference in a new issue