gnu: getmail: Update to 5.15.
* gnu/packages/mail.scm (getmail): Update to 5.15.master
parent
bb0e62a1d0
commit
222679d2d9
|
@ -1438,14 +1438,14 @@ pairs have previously synchronized.")
|
||||||
(define-public getmail
|
(define-public getmail
|
||||||
(package
|
(package
|
||||||
(name "getmail")
|
(name "getmail")
|
||||||
(version "5.14")
|
(version "5.15")
|
||||||
(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 "1hcrd9h4g12f5gvl1djsbchcjry02ghq4icdr897s8v48pkrzagk"))))
|
(base32 "0ahn2jyj4ka996qzs99id59pwxv6sqxp61g7drcf53rzzigq0lyl"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in New Issue