gnu: fetchmail: Update to 6.4.18.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.18. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d970303589
commit
8e3944f857
1 changed files with 2 additions and 2 deletions
|
@ -446,7 +446,7 @@ to run without any changes.")
|
||||||
(define-public fetchmail
|
(define-public fetchmail
|
||||||
(package
|
(package
|
||||||
(name "fetchmail")
|
(name "fetchmail")
|
||||||
(version "6.4.17")
|
(version "6.4.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -454,7 +454,7 @@ to run without any changes.")
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"fetchmail-" version ".tar.xz"))
|
"fetchmail-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ijh9l7pg2yk5s5h1yj3vpd1az31giqy9bjrna10daj13gqws6x4"))))
|
(base32 "17r5zfk9yh7jhgdb360dlzx5fx9lsbmalasx6zgxw9v9vjycjb9h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)))
|
`(("openssl" ,openssl)))
|
||||||
|
|
Reference in a new issue