summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-01 04:25:48 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-01 04:27:42 +0200
commite063f0ccc80e0c7e34d181736a27073b034969c0 (patch)
tree8bb1cf9e4cf1e026ca4f58134370b237b4864ce0 /gnu
parenteee9eab722fbd7e433a94ef0bb4320f333e2495f (diff)
downloadguix-patches-e063f0ccc80e0c7e34d181736a27073b034969c0.tar
guix-patches-e063f0ccc80e0c7e34d181736a27073b034969c0.tar.gz
gnu: fetchmail: Update to 6.4.8.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.8.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/mail.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 4fbd10c6a8..646d437009 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)))