mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: getmail: Update to 5.14.
* gnu/packages/mail.scm (getmail): Update to 5.14.
This commit is contained in:
parent
7e14ed93f5
commit
88e903a5f1
1 changed files with 3 additions and 4 deletions
|
@ -998,18 +998,17 @@ (define-public python2-notmuch
|
|||
(define-public getmail
|
||||
(package
|
||||
(name "getmail")
|
||||
(version "5.6")
|
||||
(version "5.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://pyropus.ca/software/getmail/old-versions/"
|
||||
"getmail-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16nmvj80szr6yvcxxgmxn2lxqpjqqj4xg5a0b66zhvck6j42q3a6"))))
|
||||
(base32 "1hcrd9h4g12f5gvl1djsbchcjry02ghq4icdr897s8v48pkrzagk"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
`(#:tests? #f ; no tests
|
||||
#:python ,python-2))
|
||||
(home-page "http://pyropus.ca/software/getmail/")
|
||||
(synopsis "Mail retriever")
|
||||
|
|
Loading…
Reference in a new issue