Archived
1
0
Fork 0

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
This commit is contained in:
Ricardo Wurmus 2024-04-30 15:24:14 +02:00
parent 5e7da50260
commit 9953207f3e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20579,14 +20579,14 @@ 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.9") (version "0.9.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tabulate" version)) (uri (pypi-uri "tabulate" version))
(sha256 (sha256
(base32 (base32
"19qkdz8xwk5jxa5xn53mnk76qnh4ysm81vzj664jw1b0azr167gb")))) "0g4b0qnbw55igbpxfxzciqvb6w8ncw4gmcgyq0lyavcnylmv3580"))))
(build-system python-build-system) (build-system pyproject-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'
;; and the latest release is not tagged in the upstream repository. ;; and the latest release is not tagged in the upstream repository.