mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: opensmtpd: Update to 7.5.0p0.
* gnu/packages/mail.scm (opensmtpd): Update to 7.5.0p0. Change-Id: Ie54546a505f0d700754b6990998810c97f2cd5a1
This commit is contained in:
parent
0c9876a16a
commit
7e958deed6
1 changed files with 2 additions and 2 deletions
|
@ -3277,14 +3277,14 @@ (define-public sieve-connect
|
|||
(define-public opensmtpd
|
||||
(package
|
||||
(name "opensmtpd")
|
||||
(version "7.4.0p1")
|
||||
(version "7.5.0p0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.opensmtpd.org/archives/"
|
||||
"opensmtpd-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dbhvf73z9qi9pzj4h58bgnzsafiwpmy7n17rba83q8rjkna50ly"))))
|
||||
(base32 "1763w26zvvc3kf8giqg4lwn5n1ypmgh73agf5k3yq6qc7hww3xc4"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
;; OpenSMTPd bundled (a subset of) libasr and libtls, which we use. See
|
||||
|
|
Loading…
Reference in a new issue