Archived
1
0
Fork 0

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 @@ It uses LR parsing and does extensive error checking.")
(define-public python-tabulate (define-public python-tabulate
(package (package
(name "python-tabulate") (name "python-tabulate")
(version "0.7.7") (version "0.8.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tabulate" version)) (uri (pypi-uri "tabulate" version))
(sha256 (sha256
(base32 (base32
"1inqhspd4frxnp08c32yndr0lc4px1xfkqah184i5w09gkhvi843")))) "01shi7bmj09f0bcm5s0c9skys063lzp76p0n4a2xmg041ni269yv"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; FIXME: The pypi release tarball is missing a 'test/common.py' ;; FIXME: The pypi release tarball is missing a 'test/common.py'