guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: fetchmail: Update to 6.4.18.


From: guix-commits
Subject: 01/02: gnu: fetchmail: Update to 6.4.18.
Date: Mon, 29 Mar 2021 03:50:38 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8e3944f857ccbd5db32b58efa81b02ed76da5e66
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sun Mar 28 10:56:02 2021 +0200

    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>
---
 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 3e0ce99..68c2fe2 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]