summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-21 18:05:22 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-21 22:13:32 +0100
commita0b3d968beb1c2f81b87d8176c51236c664d88e6 (patch)
tree74c78eaa2f4e491b84d157baf00072e3a139209a /gnu
parent759e9acd8f09e48ae20d4ee7985274d72331ccad (diff)
downloadguix-a0b3d968beb1c2f81b87d8176c51236c664d88e6.tar.gz
gnu: msmtp: Update to 1.8.15.
* gnu/packages/mail.scm (msmtp): Update to 1.8.15.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/mail.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 239ddb0eb0..84fcbeab05 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1593,14 +1593,14 @@ addons which can add many functionalities to the base client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.14")
+    (version "1.8.15")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/msmtp/releases/"
                            "/msmtp-" version ".tar.xz"))
        (sha256
-        (base32 "1d3knxpwpglg20z4zcsi82mqv9285ah1b1b16k1fk1hlf5fhcvym"))))
+        (base32 "1klrj2a77671xb6xa0a0iyszhjb7swxhmzpzd4qdybmzkrixqr92"))))
     (build-system gnu-build-system)
     (inputs
      `(("libsecret" ,libsecret)