guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: fetchmail: Update to 6.4.12.


From: guix-commits
Subject: 01/13: gnu: fetchmail: Update to 6.4.12.
Date: Fri, 11 Sep 2020 10:40:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c4e73251021995a8b8a443459217f04aa6cea250
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 11 16:27:45 2020 +0200

    gnu: fetchmail: Update to 6.4.12.
    
    * gnu/packages/mail.scm (fetchmail): Update to 6.4.12.
---
 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 7af7e8a..a376745 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -395,7 +395,7 @@ to run without any changes.")
 (define-public fetchmail
   (package
     (name "fetchmail")
-    (version "6.4.11")
+    (version "6.4.12")
     (source
      (origin
        (method url-fetch)
@@ -403,7 +403,7 @@ to run without any changes.")
                            (version-major+minor version) "/"
                            "fetchmail-" version ".tar.xz"))
        (sha256
-        (base32 "177276dha2pchsvlki0skf460kmjnixqmzc6nj33fz4hd7c1sj1y"))))
+        (base32 "11s83af63gs9nnrjb66yq58xriyvi8hzj4ykxp3kws5z3nby111b"))))
     (build-system gnu-build-system)
     (inputs
      `(("openssl" ,openssl)))



reply via email to

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