diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-05-26 14:09:34 +0200 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-05-26 22:34:12 +0800 |
commit | f439428e98e50e408706b6be9e5e5d62e25ff0a8 (patch) | |
tree | 21d0b49889d43769b2e3e2f4e4ae507065bfe671 | |
parent | e91924fdafe7df49a97abe82dba7f5394dd24529 (diff) |
gnu: opensmtpd: Update to 7.7.0p0.
* gnu/packages/mail.scm (opensmtpd): Update to 7.7.0p0.
Change-Id: I6158b96aee3e48a250aad147f74bd34e2c3c21fe
-rw-r--r-- | gnu/packages/mail.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index ccc5c19bb5..ae401ec99b 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -58,7 +58,7 @@ ;;; Copyright © 2024 Benjamin Slade <slade@lambda-y.net> ;;; Copyright © 2024 Jean Simard <woshilapin@tuziwo.info> ;;; Copyright © 2024, 2025 Zheng Junjie <873216071@qq.com> -;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se> +;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@lostca.se> ;;; Copyright © 2025 Tanguy Le Carrour <tanguy@bioneland.org> ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> ;;; @@ -3326,14 +3326,14 @@ from the Cyrus IMAP project.") (define-public opensmtpd (package (name "opensmtpd") - (version "7.6.0p1") + (version "7.7.0p0") (source (origin (method url-fetch) (uri (string-append "https://www.opensmtpd.org/archives/" "opensmtpd-" version ".tar.gz")) (sha256 - (base32 "15sa1vzh6rbl0c8fwl4kz5zrlarp8mxaw47q6wk3lrd6h9lq0z5j")))) + (base32 "0s1r93f9g8rpbd13v68arx1apgszjfm1knww2fzf9grcrshkv5dh")))) (build-system gnu-build-system) (inputs ;; OpenSMTPd bundled (a subset of) libasr and libtls, which we use. See |