aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-08-03 02:17:59 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-08-21 11:52:50 +0200
commiteb936efb2a23feb9ffa6ba4a79dc0451ec07732d (patch)
tree47135d24a56141514b38c141d8b56b27d1f1f3d4
parent439378fd9f0e3178682ceb846ea532319bd94110 (diff)
downloadguix-eb936efb2a23feb9ffa6ba4a79dc0451ec07732d.tar
guix-eb936efb2a23feb9ffa6ba4a79dc0451ec07732d.tar.gz
gnu: opensmtpd-next: Update to 6.4.2p1.
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.4.2p1.
-rw-r--r--gnu/packages/mail.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index b81b15d80c..285585ed00 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2270,14 +2270,14 @@ e-mails with other systems speaking the SMTP protocol.")
(define-public opensmtpd-next
(package
(name "opensmtpd-next")
- (version "6.4.1p2")
+ (version "6.4.2p1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.opensmtpd.org/archives/"
"opensmtpd-" version ".tar.gz"))
(sha256
- (base32 "0cppqlx4fk6l8rbim5symh2fm1kzshf421256g596j6c9f9q96xn"))))
+ (base32 "0pgv080ai7d98l9340jadp9wjiaqj2qvgpqhilcz0kps2mdiawbd"))))
(build-system gnu-build-system)
(inputs
`(("bdb" ,bdb)