guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: fetchmail: Update to 6.4.8.


From: guix-commits
Subject: 02/02: gnu: fetchmail: Update to 6.4.8.
Date: Tue, 30 Jun 2020 22:33:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e063f0ccc80e0c7e34d181736a27073b034969c0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 04:25:48 2020 +0200

    gnu: fetchmail: Update to 6.4.8.
    
    * gnu/packages/mail.scm (fetchmail): Update to 6.4.8.
---
 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 4fbd10c..646d437 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -386,7 +386,7 @@ to run without any changes.")
 (define-public fetchmail
   (package
     (name "fetchmail")
-    (version "6.4.6")
+    (version "6.4.8")
     (source
      (origin
        (method url-fetch)
@@ -394,7 +394,7 @@ to run without any changes.")
                            (version-major+minor version) "/"
                            "fetchmail-" version ".tar.xz"))
        (sha256
-        (base32 "04b0sq1xad6gs1bfhkbmhsn1kq6y4gsx9l9ywjvd5d0rc15yrvqn"))))
+        (base32 "1g893dr3982vrqzxybmflnqfmd1q6yipd9krvxn0avhlrrp97k96"))))
     (build-system gnu-build-system)
     (inputs
      `(("openssl" ,openssl)))



reply via email to

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