gnu: getmail: Update to 5.6.

* gnu/packages/mail.scm (getmail): Update to 5.6.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-05 05:32:22 +02:00
parent ada3b94ffb
commit 36e8cfa19a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -903,7 +903,7 @@ and search library.")
(define-public getmail (define-public getmail
(package (package
(name "getmail") (name "getmail")
(version "5.5") (version "5.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -911,7 +911,7 @@ and search library.")
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0l43lbnrnyyrq8mlnw37saq6v0mh3nkirdq1dwnsrihykzjjwf70")))) "16nmvj80szr6yvcxxgmxn2lxqpjqqj4xg5a0b66zhvck6j42q3a6"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests