guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: fetchmail: Update to 6.4.10.


From: guix-commits
Subject: 01/11: gnu: fetchmail: Update to 6.4.10.
Date: Sat, 29 Aug 2020 22:57:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2bed5222334ee92897a7cc57a5b65a6cc01b3244
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 29 21:59:32 2020 +0200

    gnu: fetchmail: Update to 6.4.10.
    
    * gnu/packages/mail.scm (fetchmail): Update to 6.4.10.
---
 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 7fd3170..d0c0ce6 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.8")
+    (version "6.4.10")
     (source
      (origin
        (method url-fetch)
@@ -401,7 +401,7 @@ to run without any changes.")
                            (version-major+minor version) "/"
                            "fetchmail-" version ".tar.xz"))
        (sha256
-        (base32 "1g893dr3982vrqzxybmflnqfmd1q6yipd9krvxn0avhlrrp97k96"))))
+        (base32 "0pmjsy8pvgbv24nvjhrisqzya8fk54vbdz8pp0bhbb58p11zvgnv"))))
     (build-system gnu-build-system)
     (inputs
      `(("openssl" ,openssl)))



reply via email to

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