gnu: offlineimap: Update to 7.0.10.

* gnu/packages/mail.scm (offlineimap): Update to 7.0.10.
This commit is contained in:
Efraim Flashner 2016-11-29 11:02:39 +02:00
parent c51d926c74
commit 0944bb1a6a
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93

View File

@ -329,7 +329,7 @@ and corrections. It is based on a Bayesian filter.")
(define-public offlineimap
(package
(name "offlineimap")
(version "7.0.9")
(version "7.0.10")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/OfflineIMAP/offlineimap/"
@ -337,7 +337,7 @@ and corrections. It is based on a Bayesian filter.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"04kapx0ddz7ccwhcjshkml2y916wcan3rl28mpmq25p4gywlkhxf"))))
"0h8mgmwkvwh8x3yam32ipqkzcz4g1dmkbni3v1755lkm0z132m3j"))))
(build-system python-build-system)
(native-inputs
`(("asciidoc" ,asciidoc)