summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-11 23:35:47 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:54 +0100
commit11a549bdd7a0367154564be2622ed5847de04498 (patch)
tree423be0a7ad87fd5f7f2d85008cdf2472a9262605 /gnu/packages/python-build.scm
parenta1ba87484d276bd44910a602957825e26cba1e64 (diff)
gnu: python-tomli-w: Update to 1.2.0.
* gnu/packages/python-build.scm (python-tomli-w): Update to 1.2.0. [native-inputs]: Remove python-pypa-build. Change-Id: If2293b88fefb2e9b57b9742659c61950d71ac73d
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 97d133ecb9c..5a1d32d4b23 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -121,16 +121,16 @@ Language (TOML) configuration files.")
(define-public python-tomli-w
(package
(name "python-tomli-w")
- (version "1.0.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tomli_w" version))
(sha256
- (base32 "1fg13bfq5qy1ym4x77815nhxh1xpfs0drhn9r9464cz00m1l6qzl"))))
+ (base32 "08ahw9db7qycd4fzh4j51cgzp1rdl7snm5scrplpphj7ban4zl9d"))))
(build-system pyproject-build-system)
(arguments (list #:tests? #f)) ;to avoid extra dependencies
- (native-inputs (list python-pypa-build python-flit-core))
+ (native-inputs (list python-flit-core))
(home-page "https://github.com/hukkin/tomli-w")
(synopsis "Minimal TOML writer")
(description "Tomli-W is a Python library for writing TOML. It is a