guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: fetchmail: Update to 6.4.11.


From: guix-commits
Subject: 02/11: gnu: fetchmail: Update to 6.4.11.
Date: Mon, 31 Aug 2020 22:48:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b63253004ede520b164557347dccc2ff49a160a2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 1 02:43:50 2020 +0200

    gnu: fetchmail: Update to 6.4.11.
    
    * gnu/packages/mail.scm (fetchmail): Update to 6.4.11.
---
 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 e786694..40870a9 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -393,7 +393,7 @@ to run without any changes.")
 (define-public fetchmail
   (package
     (name "fetchmail")
-    (version "6.4.10")
+    (version "6.4.11")
     (source
      (origin
        (method url-fetch)
@@ -401,7 +401,7 @@ to run without any changes.")
                            (version-major+minor version) "/"
                            "fetchmail-" version ".tar.xz"))
        (sha256
-        (base32 "0pmjsy8pvgbv24nvjhrisqzya8fk54vbdz8pp0bhbb58p11zvgnv"))))
+        (base32 "177276dha2pchsvlki0skf460kmjnixqmzc6nj33fz4hd7c1sj1y"))))
     (build-system gnu-build-system)
     (inputs
      `(("openssl" ,openssl)))



reply via email to

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