mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: opensmtpd-next: Update to 6.6.1p1.
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.1p1.
This commit is contained in:
parent
198a7ac02f
commit
9dfe49e408
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue