diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-10 01:49:07 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:58 +0100 |
| commit | 4a622189ec46ba0d997e0225a04df4a4f75e7cf3 (patch) | |
| tree | 4d3f3b52e9bfb15daa15e055f427e6744c5e1233 /gnu/packages/python-xyz.scm | |
| parent | c35dbc1f80651502850969cf7cc8cd08cd59703c (diff) | |
gnu: python-tomlkit: Update to 0.13.3.
* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.13.3.
[build-system]; Use pyproject.
[native-inputs]: Add python-poetry-core.
Change-Id: I5c7acc84e0390d621483cbcff81d83ac339960de
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2eb4e15d0a..eef04ca171 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23153,16 +23153,18 @@ docstring and colored output.") (define-public python-tomlkit (package (name "python-tomlkit") - (version "0.11.6") + (version "0.13.3") (source (origin (method url-fetch) (uri (pypi-uri "tomlkit" version)) (sha256 - (base32 "0wsxnv9bs7jk8ig8blj9c438a1ygvdad7y9cn1zr720nfbjm5fbi")))) - (build-system python-build-system) + (base32 "18fjmmhiv5jkkg1dwidmxd0sjqnkf675igizxsa2ppspxr3z4323")))) + (build-system pyproject-build-system) (native-inputs - (list python-pytest python-pyyaml)) + (list python-poetry-core + python-pytest + python-pyyaml)) (home-page "https://github.com/sdispater/tomlkit") (synopsis "Style-preserving TOML library") (description |
