diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2024-10-27 11:47:02 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-12-26 23:26:16 +0100 |
commit | b90b8771fde8feb014464cf4372966abebab0ec4 (patch) | |
tree | 54118073e4de21d2935163e4a6d75a2d1e7d3d8d | |
parent | 09228a0ce86b472cc2950bd7b0077436df0f9fe5 (diff) |
gnu: opensmtpd: Update to 7.6.0p1
* gnu/packages/mail.scm (opensmtpd): Update to 7.6.0p1
Change-Id: I1749cecc8c9b05ce8c9c46be5ba5f5fb961647d2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/mail.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 9d752c74bc..3744288fa3 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -58,6 +58,7 @@ ;;; Copyright © 2024 Benjamin Slade <slade@lambda-y.net> ;;; Copyright © 2024 Jean Simard <woshilapin@tuziwo.info> ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se> ;;; ;;; This file is part of GNU Guix. ;;; @@ -3287,14 +3288,14 @@ from the Cyrus IMAP project.") (define-public opensmtpd (package (name "opensmtpd") - (version "7.5.0p0") + (version "7.6.0p1") (source (origin (method url-fetch) (uri (string-append "https://www.opensmtpd.org/archives/" "opensmtpd-" version ".tar.gz")) (sha256 - (base32 "1763w26zvvc3kf8giqg4lwn5n1ypmgh73agf5k3yq6qc7hww3xc4")))) + (base32 "15sa1vzh6rbl0c8fwl4kz5zrlarp8mxaw47q6wk3lrd6h9lq0z5j")))) (build-system gnu-build-system) (inputs ;; OpenSMTPd bundled (a subset of) libasr and libtls, which we use. See |