gnu: python-tomlkit: Update to 0.5.11.

* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.5.11.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-11 02:52:09 +01:00
parent cebfc26986
commit f4b6ce2155
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -10703,14 +10703,13 @@ (define-public python2-cleo
(define-public python-tomlkit
(package
(name "python-tomlkit")
(version "0.5.8")
(version "0.5.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tomlkit" version))
(sha256
(base32
"0sf2a4q61kf344hjbw8kb6za1hlccl89j9lzqw0l2zpddp0hrh9j"))))
(base32 "1kq1663iqxgwrmb883n55ypi5axnixla2hrby9g2x227asifsi7h"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))