gnu: python-tabulate: Update to 0.8.7.

* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.7.
This commit is contained in:
Oleg Pykhalov 2020-06-27 11:39:44 +03:00
parent 27bcf151d1
commit 27fffa19c0
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -11691,13 +11691,13 @@ (define-public python-ply
(define-public python-tabulate
(package
(name "python-tabulate")
(version "0.7.7")
(version "0.8.7")
(source (origin
(method url-fetch)
(uri (pypi-uri "tabulate" version))
(sha256
(base32
"1inqhspd4frxnp08c32yndr0lc4px1xfkqah184i5w09gkhvi843"))))
"01shi7bmj09f0bcm5s0c9skys063lzp76p0n4a2xmg041ni269yv"))))
(build-system python-build-system)
(arguments
;; FIXME: The pypi release tarball is missing a 'test/common.py'