summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-11 23:22:32 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:35 +0100
commitc277431331cee7ea9d0fdf33423eee6f7aa31246 (patch)
treea48b9b885294fd12ba75eaf0482a0974ad256faa /gnu/packages/python-build.scm
parent70a675141c530684a332142f979427931b1df483 (diff)
gnu: python-tomli: Update to 2.2.1.
* gnu/packages/python-build.scm (python-tomli): Update to 2.2.1. [native-inputs]: Remove python-six-bootstrap. Change-Id: I6d16fdd95e4fad6a100f3070d22a26f2706fea2a
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r--gnu/packages/python-build.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 7c2883eddff..68a8840b180 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -177,17 +177,17 @@ Python file, so it can be easily copied into your project.")
177(define-public python-tomli 177(define-public python-tomli
178 (package 178 (package
179 (name "python-tomli") 179 (name "python-tomli")
180 (version "2.1.0") 180 (version "2.2.1")
181 (source 181 (source
182 (origin 182 (origin
183 (method url-fetch) 183 (method url-fetch)
184 (uri (pypi-uri "tomli" version)) 184 (uri (pypi-uri "tomli" version))
185 (sha256 185 (sha256
186 (base32 "1f4a9nvy8g82bl0k1wdxz9y1j843ai4l4glp0iyy357c5ap6qr1z")))) 186 (base32 "1zq58p2bplyf0xpi9fnyn4w6vc1fkw8whkj0yxhcwdf8g7ff2ifd"))))
187 (build-system pyproject-build-system) 187 (build-system pyproject-build-system)
188 (arguments 188 (arguments
189 `(#:tests? #f)) ;disabled to avoid extra dependencies 189 `(#:tests? #f)) ;disabled to avoid extra dependencies
190 (native-inputs (list python-flit-core-bootstrap python-six-bootstrap)) 190 (native-inputs (list python-flit-core-bootstrap))
191 (home-page "https://github.com/hukkin/tomli") 191 (home-page "https://github.com/hukkin/tomli")
192 (synopsis "Small and fast TOML parser") 192 (synopsis "Small and fast TOML parser")
193 (description "Tomli is a minimal TOML parser that is fully compatible with 193 (description "Tomli is a minimal TOML parser that is fully compatible with