mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: fetchmail: Update to 6.4.11.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.11.
This commit is contained in:
parent
5d844fd68d
commit
b63253004e
1 changed files with 2 additions and 2 deletions
|
@ -393,7 +393,7 @@ (define-public nullmailer
|
|||
(define-public fetchmail
|
||||
(package
|
||||
(name "fetchmail")
|
||||
(version "6.4.10")
|
||||
(version "6.4.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -401,7 +401,7 @@ (define-public fetchmail
|
|||
(version-major+minor version) "/"
|
||||
"fetchmail-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0pmjsy8pvgbv24nvjhrisqzya8fk54vbdz8pp0bhbb58p11zvgnv"))))
|
||||
(base32 "177276dha2pchsvlki0skf460kmjnixqmzc6nj33fz4hd7c1sj1y"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("openssl" ,openssl)))
|
||||
|
|
Loading…
Reference in a new issue