gnu: getmail: Update to 5.5.

* gnu/packages/mail.scm (getmail): Update to 5.5.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-21 03:43:38 +01:00
parent 781d721a82
commit 219ec95c90
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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