diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-11-19 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-11-19 01:00:00 +0100 |
commit | 87639bc7548df9bd3518358a894fbf1aef5b66b8 (patch) | |
tree | f2dc6630d670052e284415cb337472a32003ee90 /gnu/packages/mail.scm | |
parent | ceb5b5a5f363dbf0a138753b2273ebcebf525213 (diff) |
gnu: opensmtpd: Update to 7.4.0p1.
* gnu/packages/mail.scm (opensmtpd): Update to 7.4.0p1.
Change-Id: I0069369fcbc226b6e55b42142456ce77566af7be
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files 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 |