mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: fetchmail: Update to 6.4.8.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.8.
This commit is contained in:
parent
eee9eab722
commit
e063f0ccc8
1 changed files with 2 additions and 2 deletions
|
@ -386,7 +386,7 @@ (define-public nullmailer
|
||||||
(define-public fetchmail
|
(define-public fetchmail
|
||||||
(package
|
(package
|
||||||
(name "fetchmail")
|
(name "fetchmail")
|
||||||
(version "6.4.6")
|
(version "6.4.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -394,7 +394,7 @@ (define-public fetchmail
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"fetchmail-" version ".tar.xz"))
|
"fetchmail-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04b0sq1xad6gs1bfhkbmhsn1kq6y4gsx9l9ywjvd5d0rc15yrvqn"))))
|
(base32 "1g893dr3982vrqzxybmflnqfmd1q6yipd9krvxn0avhlrrp97k96"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)))
|
`(("openssl" ,openssl)))
|
||||||
|
|
Loading…
Reference in a new issue