me
/
guix
Archived
1
0
Fork 0

gnu: python-tabulate: Update to 0.8.9.

* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.9.
master
Tobias Geerinckx-Rice 2021-04-01 22:36:13 +02:00
parent 5a63a471a7
commit 8667a2a58d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -13361,13 +13361,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.8.7") (version "0.8.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tabulate" version)) (uri (pypi-uri "tabulate" version))
(sha256 (sha256
(base32 (base32
"01shi7bmj09f0bcm5s0c9skys063lzp76p0n4a2xmg041ni269yv")))) "19qkdz8xwk5jxa5xn53mnk76qnh4ysm81vzj664jw1b0azr167gb"))))
(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'