mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
a1ba87484d
commit
11a549bdd7
1 changed files with 3 additions and 3 deletions
|
@ -121,16 +121,16 @@ Language (TOML) configuration files.")
|
||||||
(define-public python-tomli-w
|
(define-public python-tomli-w
|
||||||
(package
|
(package
|
||||||
(name "python-tomli-w")
|
(name "python-tomli-w")
|
||||||
(version "1.0.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "tomli_w" version))
|
(uri (pypi-uri "tomli_w" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fg13bfq5qy1ym4x77815nhxh1xpfs0drhn9r9464cz00m1l6qzl"))))
|
(base32 "08ahw9db7qycd4fzh4j51cgzp1rdl7snm5scrplpphj7ban4zl9d"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments (list #:tests? #f)) ;to avoid extra dependencies
|
(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")
|
(home-page "https://github.com/hukkin/tomli-w")
|
||||||
(synopsis "Minimal TOML writer")
|
(synopsis "Minimal TOML writer")
|
||||||
(description "Tomli-W is a Python library for writing TOML. It is a
|
(description "Tomli-W is a Python library for writing TOML. It is a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue