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:
Tobias Geerinckx-Rice 2024-08-18 02:00:00 +02:00
parent 0c9876a16a
commit 7e958deed6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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