gnu: python-texttable: Update to 0.9.1.

* gnu/packages/python-xyz.scm (python-texttable): Update to 0.9.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Jacob MacDonald 2019-07-11 15:43:03 -05:00 committed by Ludovic Courtès
parent 97f0bd7d68
commit 52cc489292
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

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