gnu: python-texttable: Update to 0.8.7.

* gnu/packages/python.scm (python-texttable): Update to 0.8.7.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-31 11:12:30 +01:00
parent d5c183d134
commit 4c4d4df393
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -8506,14 +8506,14 @@ (define-public python2-contextlib2
(define-public python-texttable
(package
(name "python-texttable")
(version "0.8.4")
(version "0.8.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "texttable" version))
(sha256
(base32
"0bkhs4dx9s6g7fpb969hygq56hyz4ncfamlynw72s0n6nqfbd1w5"))))
"1liiiydgkg37i46a418aw19fyf6z3ds51wdwwpyjbs12x0phhf4a"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; no tests
(home-page "https://github.com/foutaise/texttable/")