[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
324/361: gnu: python-tomli: Update to 2.1.0.
From: |
guix-commits |
Subject: |
324/361: gnu: python-tomli: Update to 2.1.0. |
Date: |
Fri, 22 Nov 2024 06:01:07 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 75a1c5c88c4699c7388e1eb2baf3123bf1c56528
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
- 263/361: gnu: python-urwid: Update to 2.6.16., (continued)
- 263/361: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/22
- 283/361: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/22
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/22
- 122/361: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/22
- 305/361: gnu: python-pexpect: Update to 4.9.0., guix-commits, 2024/11/22
- 196/361: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/22
- 245/361: gnu: nikola: Fix build., guix-commits, 2024/11/22
- 251/361: gnu: behave: Update to 1.2.7.dev5., guix-commits, 2024/11/22
- 317/361: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/22
- 320/361: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/22
- 324/361: gnu: python-tomli: Update to 2.1.0.,
guix-commits <=
- 330/361: gnu: meson-python: Update to 0.17.1., guix-commits, 2024/11/22
- 337/361: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/22
- 348/361: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/22
- 353/361: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/22