summary refs log tree commit diff
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-03-28 10:56:02 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-03-29 10:39:05 +0300
commit8e3944f857ccbd5db32b58efa81b02ed76da5e66 (patch)
treeb05b45d7b25a9d7c4e09242834db5c79ec3f91e1
parentd97030358923bc5b281a95c34a83cb10b9106977 (diff)
downloadguix-8e3944f857ccbd5db32b58efa81b02ed76da5e66.tar.gz
gnu: fetchmail: Update to 6.4.18.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.18.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-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 3e0ce99457..68c2fe2433 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -446,7 +446,7 @@ to run without any changes.")
 (define-public fetchmail
   (package
     (name "fetchmail")
-    (version "6.4.17")
+    (version "6.4.18")
     (source
      (origin
        (method url-fetch)
@@ -454,7 +454,7 @@ to run without any changes.")
                            (version-major+minor version) "/"
                            "fetchmail-" version ".tar.xz"))
        (sha256
-        (base32 "1ijh9l7pg2yk5s5h1yj3vpd1az31giqy9bjrna10daj13gqws6x4"))))
+        (base32 "17r5zfk9yh7jhgdb360dlzx5fx9lsbmalasx6zgxw9v9vjycjb9h"))))
     (build-system gnu-build-system)
     (inputs
      `(("openssl" ,openssl)))