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
This commit is contained in:
Sharlatan Hellseher 2025-08-10 01:49:07 +01:00
parent 297f7422d4
commit b7626613e6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -23177,16 +23177,18 @@ docstring and colored output.")
(define-public python-tomlkit (define-public python-tomlkit
(package (package
(name "python-tomlkit") (name "python-tomlkit")
(version "0.11.6") (version "0.13.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tomlkit" version)) (uri (pypi-uri "tomlkit" version))
(sha256 (sha256
(base32 "0wsxnv9bs7jk8ig8blj9c438a1ygvdad7y9cn1zr720nfbjm5fbi")))) (base32 "18fjmmhiv5jkkg1dwidmxd0sjqnkf675igizxsa2ppspxr3z4323"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-pytest python-pyyaml)) (list python-poetry-core
python-pytest
python-pyyaml))
(home-page "https://github.com/sdispater/tomlkit") (home-page "https://github.com/sdispater/tomlkit")
(synopsis "Style-preserving TOML library") (synopsis "Style-preserving TOML library")
(description (description