gnu: offlineimap: Update to 7.0.0.
* gnu/packages/mail.scm (offlineimap): Update to 7.0.0. [inputs]: Add python2-six. [native-inputs]: Remove python2.
This commit is contained in:
parent
a000f3c4a8
commit
a4ea25d347
1 changed files with 4 additions and 4 deletions
|
@ -293,7 +293,7 @@ and corrections. It is based on a Bayesian filter.")
|
||||||
(define-public offlineimap
|
(define-public offlineimap
|
||||||
(package
|
(package
|
||||||
(name "offlineimap")
|
(name "offlineimap")
|
||||||
(version "6.7.0.1")
|
(version "7.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/OfflineIMAP/offlineimap/"
|
(uri (string-append "https://github.com/OfflineIMAP/offlineimap/"
|
||||||
|
@ -301,10 +301,10 @@ and corrections. It is based on a Bayesian filter.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ys26v2w3vws08acjs7w5irjgahdxyad00pmj7fhcx91hbvizs80"))))
|
"0hnyfby6ib7i7yblg7qpabdyl35n9l3n0a6agk47w1crpn2lsric"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs `(("python" ,python-2)))
|
(inputs `(("python2-pysqlite" ,python2-pysqlite)
|
||||||
(inputs `(("python2-pysqlite" ,python2-pysqlite)))
|
("python2-six" ,python2-six)))
|
||||||
(arguments
|
(arguments
|
||||||
;; The setup.py script expects python-2.
|
;; The setup.py script expects python-2.
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
|
|
Reference in a new issue