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
This commit is contained in:
Sharlatan Hellseher 2025-07-11 23:22:32 +01:00
parent 70a675141c
commit c277431331
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -177,17 +177,17 @@ Python file, so it can be easily copied into your project.")
(define-public python-tomli (define-public python-tomli
(package (package
(name "python-tomli") (name "python-tomli")
(version "2.1.0") (version "2.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tomli" version)) (uri (pypi-uri "tomli" version))
(sha256 (sha256
(base32 "1f4a9nvy8g82bl0k1wdxz9y1j843ai4l4glp0iyy357c5ap6qr1z")))) (base32 "1zq58p2bplyf0xpi9fnyn4w6vc1fkw8whkj0yxhcwdf8g7ff2ifd"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
`(#:tests? #f)) ;disabled to avoid extra dependencies `(#:tests? #f)) ;disabled to avoid extra dependencies
(native-inputs (list python-flit-core-bootstrap python-six-bootstrap)) (native-inputs (list python-flit-core-bootstrap))
(home-page "https://github.com/hukkin/tomli") (home-page "https://github.com/hukkin/tomli")
(synopsis "Small and fast TOML parser") (synopsis "Small and fast TOML parser")
(description "Tomli is a minimal TOML parser that is fully compatible with (description "Tomli is a minimal TOML parser that is fully compatible with