3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: fetchmail: Update to 6.4.23.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.23.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-03 02:51:10 +01:00
parent 7e6a6e9814
commit 1264c6e72d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -521,7 +521,7 @@ to run without any changes.")
(define-public fetchmail
(package
(name "fetchmail")
(version "6.4.22")
(version "6.4.23")
(source
(origin
(method url-fetch)
@ -529,7 +529,7 @@ to run without any changes.")
(version-major+minor version) "/"
"fetchmail-" version ".tar.xz"))
(sha256
(base32 "111cc6zfmb53f2a844iiyp3j2symcg8xd4m2kwb04mj3b6yihs6c"))))
(base32 "001394gxji89hfh6jcdrmv9ndimdsz7bndd55i516c8lfc9mwyjz"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)))