gnu: getmail: Update to 5.14.

* gnu/packages/mail.scm (getmail): Update to 5.14.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-21 22:01:04 +02:00
parent 7e14ed93f5
commit 88e903a5f1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -998,18 +998,17 @@ and search library.")
(define-public getmail (define-public getmail
(package (package
(name "getmail") (name "getmail")
(version "5.6") (version "5.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://pyropus.ca/software/getmail/old-versions/" (uri (string-append "http://pyropus.ca/software/getmail/old-versions/"
"getmail-" version ".tar.gz")) "getmail-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1hcrd9h4g12f5gvl1djsbchcjry02ghq4icdr897s8v48pkrzagk"))))
"16nmvj80szr6yvcxxgmxn2lxqpjqqj4xg5a0b66zhvck6j42q3a6"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests
#:python ,python-2)) #:python ,python-2))
(home-page "http://pyropus.ca/software/getmail/") (home-page "http://pyropus.ca/software/getmail/")
(synopsis "Mail retriever") (synopsis "Mail retriever")