gnu: offlineimap: Update to 6.7.0.1.

* gnu/packages/mail.scm (offlineimap): Update to 6.7.0.1.
This commit is contained in:
Efraim Flashner 2016-06-15 20:17:10 +03:00
parent e1963db750
commit e238026916
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@ and corrections. It is based on a Bayesian filter.")
(define-public offlineimap
(package
(name "offlineimap")
(version "6.7.0")
(version "6.7.0.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/OfflineIMAP/offlineimap/"
@ -300,7 +300,7 @@ and corrections. It is based on a Bayesian filter.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0462mal2fxvavxhwjk1a6vsnspx07yniifa687dwg46aplqznin4"))))
"1ys26v2w3vws08acjs7w5irjgahdxyad00pmj7fhcx91hbvizs80"))))
(build-system python-build-system)
(native-inputs `(("python" ,python-2)))
(inputs `(("python2-pysqlite" ,python2-pysqlite)))