diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-24 14:51:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-24 23:27:05 +0100 |
commit | e6ace98d10159e9b9477dea34f428829a06cbb34 (patch) | |
tree | 0d46e6490415ea6d413acb1cd41d80a8d14dc9f5 /gnu/packages/python.scm | |
parent | ba1731dac5fe16b20ff1e8d96aef632b08b889e9 (diff) | |
download | guix-e6ace98d10159e9b9477dea34f428829a06cbb34.tar guix-e6ace98d10159e9b9477dea34f428829a06cbb34.tar.gz |
gnu: python-tabulate: Update to 0.7.7.
* gnu/packages/python.scm (python-tabulate): Update to 0.7.7
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0a8c8123b7..4e73b0e22b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -10399,13 +10399,13 @@ It uses LR parsing and does extensive error checking.") (define-public python-tabulate (package (name "python-tabulate") - (version "0.7.5") + (version "0.7.7") (source (origin (method url-fetch) (uri (pypi-uri "tabulate" version)) (sha256 (base32 - "03l1r7ddd1a0j2snv1yd0hlnghjad3fg1an1jr8936ksv75slwch")) + "1inqhspd4frxnp08c32yndr0lc4px1xfkqah184i5w09gkhvi843")) ;; Fix tests (modules '((guix build utils))) (snippet '(substitute* '("test/test_cli.py" |