gnu: opensmtpd-next: Update to 6.6.1p1.

* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.1p1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-06 14:53:15 +01:00
parent 198a7ac02f
commit 9dfe49e408
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2277,14 +2277,14 @@ (define-public opensmtpd
(define-public opensmtpd-next (define-public opensmtpd-next
(package (package
(name "opensmtpd-next") (name "opensmtpd-next")
(version "6.6.0p1") (version "6.6.1p1")
(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 "1sgwbvc28h9nyyj4lv8d9b4ilzz03p2j1j763yr759k336a2193m")))) (base32 "1ngil8j13m2rq07g94j4yjr6zmaimzy8wbfr17shi7rxnazys6zb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("bdb" ,bdb) `(("bdb" ,bdb)