This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f439428e98 gnu: opensmtpd: Update to 7.7.0p0.
f439428e98 is described below

commit f439428e98e50e408706b6be9e5e5d62e25ff0a8
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Mon May 26 14:09:34 2025 +0200

    gnu: opensmtpd: Update to 7.7.0p0.
    
    * gnu/packages/mail.scm (opensmtpd): Update to 7.7.0p0.
    
    Change-Id: I6158b96aee3e48a250aad147f74bd34e2c3c21fe
---
 gnu/packages/mail.scm | 6 +++---
 1 file 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 <[email protected]>
 ;;; Copyright © 2024 Jean Simard <[email protected]>
 ;;; Copyright © 2024, 2025 Zheng Junjie <[email protected]>
-;;; Copyright © 2024 Ashish SHUKLA <[email protected]>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <[email protected]>
 ;;; Copyright © 2025 Tanguy Le Carrour <[email protected]>
 ;;; Copyright © 2025 Sharlatan Hellseher <[email protected]>
 ;;;
@@ -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

Reply via email to