me
/
guix
Archived
1
0
Fork 0

gnu: python-tomlkit: Update to 0.11.6.

* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.11.6.
master
Andreas Enge 2023-02-23 14:34:03 +01:00
parent 9deb0dc1e7
commit 1924bd29a6
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -17471,13 +17471,13 @@ docstring and colored output.")
(define-public python-tomlkit
(package
(name "python-tomlkit")
(version "0.7.0")
(version "0.11.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tomlkit" version))
(sha256
(base32 "062n694sfv24ylda6nh8228y2q9hrvy554kqx84y7czsjfbg4mxc"))))
(base32 "0wsxnv9bs7jk8ig8blj9c438a1ygvdad7y9cn1zr720nfbjm5fbi"))))
(build-system python-build-system)
(native-inputs
(list python-pytest python-pyyaml))