sharlatan pushed a commit to branch python-team
in repository guix.
commit bd34e1719757d706c0c5bf29c0b5a947a6d8d944
Author: Sharlatan Hellseher <[email protected]>
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