guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: fetchmail: Update to 6.4.23.


From: guix-commits
Subject: 09/15: gnu: fetchmail: Update to 6.4.23.
Date: Tue, 2 Nov 2021 22:32:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1264c6e72d4911f6cd77920b0a80236cd6501e52
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 02:51:10 2021 +0100

    gnu: fetchmail: Update to 6.4.23.
    
    * gnu/packages/mail.scm (fetchmail): Update to 6.4.23.
---
 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 38feb65..0b8a628 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -521,7 +521,7 @@ to run without any changes.")
 (define-public fetchmail
   (package
     (name "fetchmail")
-    (version "6.4.22")
+    (version "6.4.23")
     (source
      (origin
        (method url-fetch)
@@ -529,7 +529,7 @@ to run without any changes.")
                            (version-major+minor version) "/"
                            "fetchmail-" version ".tar.xz"))
        (sha256
-        (base32 "111cc6zfmb53f2a844iiyp3j2symcg8xd4m2kwb04mj3b6yihs6c"))))
+        (base32 "001394gxji89hfh6jcdrmv9ndimdsz7bndd55i516c8lfc9mwyjz"))))
     (build-system gnu-build-system)
     (inputs
      `(("openssl" ,openssl)))



reply via email to

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