me
/
guix
Archived
1
0
Fork 0

gnu: fetchmail: Update to 6.4.14.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.14.
master
Tobias Geerinckx-Rice 2021-01-02 20:22:20 +01:00
parent f4a809145f
commit a564ff1b61
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -410,7 +410,7 @@ to run without any changes.")
(define-public fetchmail
(package
(name "fetchmail")
(version "6.4.13")
(version "6.4.14")
(source
(origin
(method url-fetch)
@ -418,7 +418,7 @@ to run without any changes.")
(version-major+minor version) "/"
"fetchmail-" version ".tar.xz"))
(sha256
(base32 "1qablzgwx3a516vdhckx3pv716x9r7nyfyr6fbncif861c3cya3x"))))
(base32 "1jxxb3qyrh7118fwqa3bhirjh97j2w8r71s8vcb6vp3w1wwhfis2"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)))