[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/64: gnu: python-tabulate: Update to 0.9.0.
From: |
guix-commits |
Subject: |
33/64: gnu: python-tabulate: Update to 0.9.0. |
Date: |
Thu, 2 May 2024 10:52:32 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 280cd574b11dc5fa912e66b38a537fac71dec5db
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 30 15:24:14 2024 +0200
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
---
gnu/packages/python-xyz.scm | 6 +++---
1 file 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.
- 11/64: gnu: Add python-colorcet., (continued)
- 11/64: gnu: Add python-colorcet., guix-commits, 2024/05/02
- 13/64: gnu: Add python-param., guix-commits, 2024/05/02
- 15/64: gnu: Add python-clarabel., guix-commits, 2024/05/02
- 16/64: gnu: Add python-fastcluster., guix-commits, 2024/05/02
- 19/64: gnu: Add python-osqp., guix-commits, 2024/05/02
- 23/64: gnu: python-plastid: Replace nose with pytest., guix-commits, 2024/05/02
- 21/64: gnu: Add python-cvxpy., guix-commits, 2024/05/02
- 22/64: gnu: Add python-metacells., guix-commits, 2024/05/02
- 24/64: gnu: python-scikit-opt: Add missing input., guix-commits, 2024/05/02
- 28/64: gnu: tadbit: Use G-expression., guix-commits, 2024/05/02
- 33/64: gnu: python-tabulate: Update to 0.9.0.,
guix-commits <=
- 17/64: gnu: Add python-scs., guix-commits, 2024/05/02
- 27/64: gnu: r-reticulate: Update to 1.36.1., guix-commits, 2024/05/02
- 29/64: gnu: python-pyjanitor: Update to 0.27.0., guix-commits, 2024/05/02
- 32/64: gnu: python-pandas-2: Fix version., guix-commits, 2024/05/02
- 36/64: gnu: apache-arrow: Build with ORC., guix-commits, 2024/05/02
- 39/64: gnu: python-dask: Update to 2024.4.2., guix-commits, 2024/05/02
- 41/64: gnu: Add python-dask-expr., guix-commits, 2024/05/02
- 42/64: gnu: python-distributed: Update to 2024.4.2., guix-commits, 2024/05/02
- 43/64: gnu: Add python-scikit-build-core., guix-commits, 2024/05/02
- 44/64: gnu: Add python-awkward-cpp., guix-commits, 2024/05/02