gnu: python-types-toml: Update to 0.10.8.20240310.

* gnu/packages/python-xyz.scm (python-types-toml): Update to 0.10.8.20240310.
[arguments] <tests?>: No tests.
[native-inputs]: Remove python-wheel.

Change-Id: I92c8805fb5c73da38ab8040a9acab7a1c4ac673d
This commit is contained in:
Sharlatan Hellseher 2025-09-30 15:10:17 +01:00
parent 7961294cbd
commit 536b57810a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -38308,15 +38308,17 @@ collection.")
(define-public python-types-toml (define-public python-types-toml
(package (package
(name "python-types-toml") (name "python-types-toml")
(version "0.10.5") (version "0.10.8.20240310")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "types-toml" version)) (uri (pypi-uri "types-toml" version))
(sha256 (sha256
(base32 "10400bd3yv6rjfnq8galskkbpqz1sfx9sfgr5qwvw04270x4cjgr")))) (base32 "0c83hfw4aqy01vzlh6r84mz6b2b6n98chfdjp2k3c94p089m0h9x"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel)) (arguments
(list #:tests? #f)) ;no tests provided
(native-inputs (list python-setuptools))
(home-page "https://github.com/python/typeshed") (home-page "https://github.com/python/typeshed")
(synopsis "Typing stubs for TOML") (synopsis "Typing stubs for TOML")
(description (description