diff options
| author | André Batista <nandre@riseup.net> | 2026-08-24 14:38:47 -0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-08-26 08:28:45 +0300 |
| commit | 4efb35a5d8225163550da617151df52ccb49de33 (patch) | |
| tree | b3bdfae9f945071a12c368b7c1831f58855ccb0a /gnu/packages | |
| parent | bddb1ece34331637454a8c2281e625ab829ef204 (diff) | |
* gnu: msmtp: Update to 1.8.34.
* gnu/packages/mail.scm (msmtp): Update to 1.8.34.
[arguments] <#:phases> {install-additional-files}: Fix vimfiles location.
{fix-header-test phase}: New phase.
Change-Id: I3bd8576a8eb835277f9b234a726ccf53f3c7a155
Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/mail.scm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 290434229d3..02e6551b15a 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm | |||
| @@ -2022,14 +2022,14 @@ addons which can add many functionalities to the base client.") | |||
| 2022 | (define-public msmtp | 2022 | (define-public msmtp |
| 2023 | (package | 2023 | (package |
| 2024 | (name "msmtp") | 2024 | (name "msmtp") |
| 2025 | (version "1.8.26") | 2025 | (version "1.8.34") |
| 2026 | (source | 2026 | (source |
| 2027 | (origin | 2027 | (origin |
| 2028 | (method url-fetch) | 2028 | (method url-fetch) |
| 2029 | (uri (string-append "https://marlam.de/msmtp/releases" | 2029 | (uri (string-append "https://marlam.de/msmtp/releases" |
| 2030 | "/msmtp-" version ".tar.xz")) | 2030 | "/msmtp-" version ".tar.xz")) |
| 2031 | (sha256 | 2031 | (sha256 |
| 2032 | (base32 "1n363w94s2jjkijnqg5mb4m7wk0dy20s9bk0gqk8kwff8j1liz3c")))) | 2032 | (base32 "1b9yhy4giiypqshkgkv385xg58s6p2ykyfq109wfx8c0b8mgxs44")))) |
| 2033 | (build-system gnu-build-system) | 2033 | (build-system gnu-build-system) |
| 2034 | (inputs | 2034 | (inputs |
| 2035 | (list libsecret gnutls zlib gsasl)) | 2035 | (list libsecret gnutls zlib gsasl)) |
| @@ -2059,7 +2059,11 @@ addons which can add many functionalities to the base client.") | |||
| 2059 | (install-file (string-append msmtpqueue "/msmtp-listqueue.sh") bin) | 2059 | (install-file (string-append msmtpqueue "/msmtp-listqueue.sh") bin) |
| 2060 | (install-file (string-append msmtpqueue "/msmtp-runqueue.sh") bin) | 2060 | (install-file (string-append msmtpqueue "/msmtp-runqueue.sh") bin) |
| 2061 | (install-file (string-append msmtpq "/README.msmtpq") doc) | 2061 | (install-file (string-append msmtpq "/README.msmtpq") doc) |
| 2062 | (install-file "scripts/vim/msmtp.vim" vimfiles))))))) | 2062 | (install-file "scripts/vim/syntax/msmtp.vim" vimfiles)))) |
| 2063 | (add-before 'check 'fix-header-test | ||
| 2064 | (lambda _ | ||
| 2065 | (substitute* "tests/test-header-handling.sh" | ||
| 2066 | (("LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8") ""))))))) | ||
| 2063 | (properties | 2067 | (properties |
| 2064 | '((release-monitoring-url . "https://marlam.de/msmtp/download/"))) | 2068 | '((release-monitoring-url . "https://marlam.de/msmtp/download/"))) |
| 2065 | (synopsis | 2069 | (synopsis |
