gnu: getmail: Update to 5.5.
* gnu/packages/mail.scm (getmail): Update to 5.5.
This commit is contained in:
parent
781d721a82
commit
219ec95c90
|
@ -907,7 +907,7 @@ and search library.")
|
||||||
(define-public getmail
|
(define-public getmail
|
||||||
(package
|
(package
|
||||||
(name "getmail")
|
(name "getmail")
|
||||||
(version "5.4")
|
(version "5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -915,7 +915,7 @@ and search library.")
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iwss9z94p165gxr2yw7s9q12a0bn71fcdbikzkykr5s7xxnz2ds"))))
|
"0l43lbnrnyyrq8mlnw37saq6v0mh3nkirdq1dwnsrihykzjjwf70"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Reference in New Issue