diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 02:41:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 04:37:24 +0200 |
commit | 56e1cc0c34f5634563cfb6e0c188827551de0539 (patch) | |
tree | e05f2c64178ef88e04b0882b0899f46356837fc8 /gnu/packages/mail.scm | |
parent | bfdce9ffdae2b3e42f46955caee4de1a3e4c1d33 (diff) | |
download | guix-56e1cc0c34f5634563cfb6e0c188827551de0539.tar guix-56e1cc0c34f5634563cfb6e0c188827551de0539.tar.gz |
gnu: msmtp: Update to 1.8.11.
* gnu/packages/mail.scm (msmtp): Update to 1.8.11.
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 728d242c71..485dd1db1d 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1209,14 +1209,14 @@ which can add many functionalities to the base client.") (define-public msmtp (package (name "msmtp") - (version "1.8.10") + (version "1.8.11") (source (origin (method url-fetch) (uri (string-append "https://marlam.de/msmtp/releases/" "/msmtp-" version ".tar.xz")) (sha256 - (base32 "041g921rdjiv8bapp61gp4rylq8cckfkcwzyh8bs7xwxs4wpzfna")))) + (base32 "0q0fg235qk448l1xjcwyxr7vcpzk6w57jzhjbkb0m7nffyhhypzj")))) (build-system gnu-build-system) (inputs `(("libsecret" ,libsecret) |