diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-06 14:53:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-06 14:53:38 +0100 |
commit | 9dfe49e408e5b3b2ae4af68d0b0a12146678f67f (patch) | |
tree | 627869b6145279eabd383883077fbcfea95535ac /gnu/packages | |
parent | 198a7ac02fe52acfed996cb66d3c79e2e8595747 (diff) | |
download | guix-9dfe49e408e5b3b2ae4af68d0b0a12146678f67f.tar guix-9dfe49e408e5b3b2ae4af68d0b0a12146678f67f.tar.gz |
gnu: opensmtpd-next: Update to 6.6.1p1.
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.1p1.
Diffstat (limited to 'gnu/packages')
-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 f8075ee452..9a4e1d82f9 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2277,14 +2277,14 @@ e-mails with other systems speaking the SMTP protocol.") (define-public opensmtpd-next (package (name "opensmtpd-next") - (version "6.6.0p1") + (version "6.6.1p1") (source (origin (method url-fetch) (uri (string-append "https://www.opensmtpd.org/archives/" "opensmtpd-" version ".tar.gz")) (sha256 - (base32 "1sgwbvc28h9nyyj4lv8d9b4ilzz03p2j1j763yr759k336a2193m")))) + (base32 "1ngil8j13m2rq07g94j4yjr6zmaimzy8wbfr17shi7rxnazys6zb")))) (build-system gnu-build-system) (inputs `(("bdb" ,bdb) |