diff options
author | Marius Bakke <marius@gnu.org> | 2020-06-27 12:28:19 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-06-27 12:28:19 +0200 |
commit | b6e068d299b345bebac544e7a905627a6ed08fdd (patch) | |
tree | d556ea3ca125ebd4ec98a638bf4313f043cbae61 /gnu/packages/python-xyz.scm | |
parent | a62df7cd72423e9ea7cf030a4db034c548eeb59e (diff) | |
parent | d8a046d560e8e149e903b7d3648c7218bf17c085 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index be27f2b60b..300277f045 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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' |