diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-30 15:24:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-05 22:38:16 +0200 |
commit | 9953207f3ee28f5129e709db6c5afd76bf14afdb (patch) | |
tree | 3397cdb329d22b495550190f15bfcfa84774cf13 /gnu/packages | |
parent | 5e7da50260fbe7a979b8d32665d868a761f0376b (diff) | |
download | guix-9953207f3ee28f5129e709db6c5afd76bf14afdb.tar.gz guix-9953207f3ee28f5129e709db6c5afd76bf14afdb.zip |
gnu: python-tabulate: Update to 0.9.0.
* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.9.0.
[build-system]: Use pyproject-build-system.
Change-Id: If360e5be6433b35308b76bd1284bb6ddb74008e8
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 49042d8168..ea10c0e6c9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20579,14 +20579,14 @@ It uses LR parsing and does extensive error checking.") (define-public python-tabulate (package (name "python-tabulate") - (version "0.8.9") + (version "0.9.0") (source (origin (method url-fetch) (uri (pypi-uri "tabulate" version)) (sha256 (base32 - "19qkdz8xwk5jxa5xn53mnk76qnh4ysm81vzj664jw1b0azr167gb")))) - (build-system python-build-system) + "0g4b0qnbw55igbpxfxzciqvb6w8ncw4gmcgyq0lyavcnylmv3580")))) + (build-system pyproject-build-system) (arguments ;; FIXME: The pypi release tarball is missing a 'test/common.py' ;; and the latest release is not tagged in the upstream repository. |