[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
323/474: gnu: python-tomli: Update to 2.1.0.
From: |
guix-commits |
Subject: |
323/474: gnu: python-tomli: Update to 2.1.0. |
Date: |
Sat, 30 Nov 2024 18:20:46 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit bd34e1719757d706c0c5bf29c0b5a947a6d8d944
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 23:11:00 2024 +0000
gnu: python-tomli: Update to 2.1.0.
* gnu/packages/python-build.scm (python-tomli): Update to 2.1.0.
Change-Id: I88b93611aa41e8daab2155af99b35e910e967de9
---
gnu/packages/python-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index d91a5a5b3c..98b5301ef4 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -173,13 +173,13 @@ Python file, so it can be easily copied into your
project.")
(define-public python-tomli
(package
(name "python-tomli")
- (version "2.0.1")
+ (version "2.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tomli" version))
(sha256
- (base32 "0kwazq3i18rphcr8gak4fgzdcj5w5bbn4k4j2l6ma32gj496qlny"))))
+ (base32 "1f4a9nvy8g82bl0k1wdxz9y1j843ai4l4glp0iyy357c5ap6qr1z"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? #f)) ;disabled to avoid extra dependencies
- 307/474: gnu: python-pytest-mock: Update to 3.14.0., (continued)
- 307/474: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/30
- 308/474: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/30
- 309/474: gnu: python-pytest-xdist: Update to 3.6.1., guix-commits, 2024/11/30
- 310/474: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/30
- 312/474: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/30
- 313/474: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/30
- 314/474: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/30
- 315/474: gnu: python-cffi: Improve package style., guix-commits, 2024/11/30
- 316/474: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/30
- 318/474: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/30
- 323/474: gnu: python-tomli: Update to 2.1.0.,
guix-commits <=
- 322/474: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/30
- 328/474: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/30
- 330/474: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/30
- 336/474: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/30
- 333/474: gnu: python-pytest-mypy: Update to 0.10.3., guix-commits, 2024/11/30
- 326/474: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/30
- 364/474: gnu: Remove python-pytest-catchlog., guix-commits, 2024/11/30
- 337/474: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/30
- 334/474: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/30
- 352/474: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/30