guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/13: gnu: opensmtpd: Update to 7.4.0p1.


From: guix-commits
Subject: 04/13: gnu: opensmtpd: Update to 7.4.0p1.
Date: Sun, 26 Nov 2023 18:19:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 87639bc7548df9bd3518358a894fbf1aef5b66b8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 19 01:00:00 2023 +0100

    gnu: opensmtpd: Update to 7.4.0p1.
    
    * gnu/packages/mail.scm (opensmtpd): Update to 7.4.0p1.
    
    Change-Id: I0069369fcbc226b6e55b42142456ce77566af7be
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index b49b045197..1676acf2f9 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3192,14 +3192,14 @@ from the Cyrus IMAP project.")
 (define-public opensmtpd
   (package
     (name "opensmtpd")
-    (version "7.4.0p0")
+    (version "7.4.0p1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.opensmtpd.org/archives/";
                            "opensmtpd-" version ".tar.gz"))
        (sha256
-        (base32 "0x731hi7i01mxaz07p1l5q3gwmyl422h404yc61ya4aa8g1wr0f1"))))
+        (base32 "1dbhvf73z9qi9pzj4h58bgnzsafiwpmy7n17rba83q8rjkna50ly"))))
     (build-system gnu-build-system)
     (inputs
      ;; OpenSMTPd bundled (a subset of) libasr and libtls, which we use.  See



reply via email to

[Prev in Thread] Current Thread [Next in Thread]