guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: fetchmail: Update to 6.4.14.


From: guix-commits
Subject: 10/14: gnu: fetchmail: Update to 6.4.14.
Date: Sun, 3 Jan 2021 02:36:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a564ff1b61fb3061e0a66f74ae2518c07d8e2dc1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jan 2 20:22:20 2021 +0100

    gnu: fetchmail: Update to 6.4.14.
    
    * gnu/packages/mail.scm (fetchmail): Update to 6.4.14.
---
 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 7a63440..84b6fa0 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -410,7 +410,7 @@ to run without any changes.")
 (define-public fetchmail
   (package
     (name "fetchmail")
-    (version "6.4.13")
+    (version "6.4.14")
     (source
      (origin
        (method url-fetch)
@@ -418,7 +418,7 @@ to run without any changes.")
                            (version-major+minor version) "/"
                            "fetchmail-" version ".tar.xz"))
        (sha256
-        (base32 "1qablzgwx3a516vdhckx3pv716x9r7nyfyr6fbncif861c3cya3x"))))
+        (base32 "1jxxb3qyrh7118fwqa3bhirjh97j2w8r71s8vcb6vp3w1wwhfis2"))))
     (build-system gnu-build-system)
     (inputs
      `(("openssl" ,openssl)))



reply via email to

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