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.")
121(define-public python-tomli-w 121(define-public python-tomli-w
122 (package 122 (package
123 (name "python-tomli-w") 123 (name "python-tomli-w")
124 (version "1.0.0") 124 (version "1.2.0")
125 (source 125 (source
126 (origin 126 (origin
127 (method url-fetch) 127 (method url-fetch)
128 (uri (pypi-uri "tomli_w" version)) 128 (uri (pypi-uri "tomli_w" version))
129 (sha256 129 (sha256
130 (base32 "1fg13bfq5qy1ym4x77815nhxh1xpfs0drhn9r9464cz00m1l6qzl")))) 130 (base32 "08ahw9db7qycd4fzh4j51cgzp1rdl7snm5scrplpphj7ban4zl9d"))))
131 (build-system pyproject-build-system) 131 (build-system pyproject-build-system)
132 (arguments (list #:tests? #f)) ;to avoid extra dependencies 132 (arguments (list #:tests? #f)) ;to avoid extra dependencies
133 (native-inputs (list python-pypa-build python-flit-core)) 133 (native-inputs (list python-flit-core))
134 (home-page "https://github.com/hukkin/tomli-w") 134 (home-page "https://github.com/hukkin/tomli-w")
135 (synopsis "Minimal TOML writer") 135 (synopsis "Minimal TOML writer")
136 (description "Tomli-W is a Python library for writing TOML. It is a 136 (description "Tomli-W is a Python library for writing TOML. It is a