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:
parent
27bcf151d1
commit
27fffa19c0
1 changed files with 2 additions and 2 deletions
|
@ -11691,13 +11691,13 @@ It uses LR parsing and does extensive error checking.")
|
|||
(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'
|
||||
|
|
Reference in a new issue