[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/15: gnu: msmtp: Update to 1.8.25.
From: |
guix-commits |
Subject: |
06/15: gnu: msmtp: Update to 1.8.25. |
Date: |
Fri, 3 Nov 2023 06:15:04 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 5378149accc614285e8c7d8802dbd7dd65456139
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Wed Nov 1 11:04:37 2023 +0100
gnu: msmtp: Update to 1.8.25.
* gnu/packages/mail.scm (msmtp): Update to 1.8.25.
Change-Id: If6a03b52734fa09dc6e8ffa5dd893f7d80b86aac
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 89087b0708..5b5b29a468 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1838,14 +1838,14 @@ addons which can add many functionalities to the base
client.")
(define-public msmtp
(package
(name "msmtp")
- (version "1.8.24")
+ (version "1.8.25")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/msmtp/releases"
"/msmtp-" version ".tar.xz"))
(sha256
- (base32 "0nda218iz72pvh6v10s2qlihp1mdxzir6yb4hqdxc5xbmaql8rmx"))))
+ (base32 "0f6pa8kdlfingw6yf61dshnxgygx5v6ykcmnn3h6zllpnfxivzid"))))
(build-system gnu-build-system)
(inputs
(list libsecret gnutls zlib gsasl))
- branch master updated (28ebbe2be8 -> 6ae8fd7aa7), guix-commits, 2023/11/03
- 01/15: gnu: dragonfly-reverb: Update to 3.2.10., guix-commits, 2023/11/03
- 04/15: gnu: emacs-mastodon: Update to 1.0.13., guix-commits, 2023/11/03
- 05/15: gnu: wlr-randr: Update to 0.3.1., guix-commits, 2023/11/03
- 03/15: gnu: asciinema: Update to 2.4.0., guix-commits, 2023/11/03
- 02/15: gnu: strawberry: Update to 1.0.21., guix-commits, 2023/11/03
- 06/15: gnu: msmtp: Update to 1.8.25.,
guix-commits <=
- 07/15: gnu: emacs-ox-rss: Update upstream URL., guix-commits, 2023/11/03
- 09/15: gnu: foot: Update to 1.16.2., guix-commits, 2023/11/03
- 08/15: gnu: wine-minimal: Update to 8.18., guix-commits, 2023/11/03
- 15/15: gnu: cmark-gfm: Update to 0.29.0.gfm.13., guix-commits, 2023/11/03
- 14/15: gnu: mupdf: Update to 1.23.4., guix-commits, 2023/11/03
- 13/15: gnu: syncthing: Update to 1.25.0., guix-commits, 2023/11/03
- 11/15: gnu: neovim: Update to 0.9.4., guix-commits, 2023/11/03
- 12/15: gnu: go-github-com-hjson-hjson-go: Update to 4.3.1., guix-commits, 2023/11/03
- 10/15: gnu: guile-netlink: Update to 1.2.1., guix-commits, 2023/11/03