[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: fetchmail: Update to 6.4.19.
From: |
guix-commits |
Subject: |
branch master updated: gnu: fetchmail: Update to 6.4.19. |
Date: |
Tue, 27 Apr 2021 04:00:51 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5bcb453 gnu: fetchmail: Update to 6.4.19.
5bcb453 is described below
commit 5bcb453d43e90048e009d5f8d466d735dce3abaa
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sun Apr 25 14:53:59 2021 +0200
gnu: fetchmail: Update to 6.4.19.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.19.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 64c84d1..c16a909 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -493,7 +493,7 @@ to run without any changes.")
(define-public fetchmail
(package
(name "fetchmail")
- (version "6.4.18")
+ (version "6.4.19")
(source
(origin
(method url-fetch)
@@ -501,7 +501,7 @@ to run without any changes.")
(version-major+minor version) "/"
"fetchmail-" version ".tar.xz"))
(sha256
- (base32 "17r5zfk9yh7jhgdb360dlzx5fx9lsbmalasx6zgxw9v9vjycjb9h"))))
+ (base32 "0pvbknpimf38ws4gskad79wd1cvy62kcsjy65sm0rr83s6ii33fd"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: fetchmail: Update to 6.4.19.,
guix-commits <=