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:
parent
7e6a6e9814
commit
1264c6e72d
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue