summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-30 15:10:17 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-30 19:46:18 +0100
commit536b57810a91ffb870f6bcb1d087af7351b144f7 (patch)
tree538fdf6a6dd3c93751cbe6e5489d243b4de97080 /gnu/packages/python-xyz.scm
parent7961294cbd0ee9bd62fe5f5416ba9382a344edf5 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e6c59a0d54..ff867521f2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38308,15 +38308,17 @@ collection.")
(define-public python-types-toml
(package
(name "python-types-toml")
- (version "0.10.5")
+ (version "0.10.8.20240310")
(source
(origin
(method url-fetch)
(uri (pypi-uri "types-toml" version))
(sha256
- (base32 "10400bd3yv6rjfnq8galskkbpqz1sfx9sfgr5qwvw04270x4cjgr"))))
+ (base32 "0c83hfw4aqy01vzlh6r84mz6b2b6n98chfdjp2k3c94p089m0h9x"))))
(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")
(synopsis "Typing stubs for TOML")
(description