guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: fetchmail: Update to 6.4.37.


From: guix-commits
Subject: 04/05: gnu: fetchmail: Update to 6.4.37.
Date: Sat, 8 Jul 2023 14:11:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 53e759fbde9f909aa4f084bf3b067dff0c8b66db
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:01 2023 +0200

    gnu: fetchmail: Update to 6.4.37.
    
    * gnu/packages/mail.scm (fetchmail): Update to 6.4.37.
---
 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 36667bb7ff..fe4789fe33 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -566,7 +566,7 @@ to run without any changes.")
 (define-public fetchmail
   (package
     (name "fetchmail")
-    (version "6.4.23")
+    (version "6.4.37")
     (source
      (origin
        (method url-fetch)
@@ -574,7 +574,7 @@ to run without any changes.")
                            (version-major+minor version) "/"
                            "fetchmail-" version ".tar.xz"))
        (sha256
-        (base32 "001394gxji89hfh6jcdrmv9ndimdsz7bndd55i516c8lfc9mwyjz"))))
+        (base32 "1sk9grjiibmaq8swfkr30vbfdz2i4ra1xrvsqdmbx6iyi5fjw62a"))))
     (build-system gnu-build-system)
     (inputs
      (list openssl))



reply via email to

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