gnu: opensmtpd-next: Update to 6.4.2p1.
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.4.2p1.
This commit is contained in:
parent
439378fd9f
commit
eb936efb2a
|
@ -2270,14 +2270,14 @@ e-mails with other systems speaking the SMTP protocol.")
|
||||||
(define-public opensmtpd-next
|
(define-public opensmtpd-next
|
||||||
(package
|
(package
|
||||||
(name "opensmtpd-next")
|
(name "opensmtpd-next")
|
||||||
(version "6.4.1p2")
|
(version "6.4.2p1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.opensmtpd.org/archives/"
|
(uri (string-append "https://www.opensmtpd.org/archives/"
|
||||||
"opensmtpd-" version ".tar.gz"))
|
"opensmtpd-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cppqlx4fk6l8rbim5symh2fm1kzshf421256g596j6c9f9q96xn"))))
|
(base32 "0pgv080ai7d98l9340jadp9wjiaqj2qvgpqhilcz0kps2mdiawbd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb)
|
`(("bdb" ,bdb)
|
||||||
|
|
Loading…
Reference in New Issue