gnu: python-tomlkit: Update to 0.5.8.

* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.5.8.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Tanguy Le Carrour 2020-02-05 18:05:53 +01:00 committed by Marius Bakke
parent 6cd07787ab
commit 20c9914eab
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10462,14 +10462,14 @@ (define-public python2-cleo
(define-public python-tomlkit
(package
(name "python-tomlkit")
(version "0.5.7")
(version "0.5.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tomlkit" version))
(sha256
(base32
"18820ga5z3if1w8dvykxrfm000akracq01ic402xrbljgbn5grn4"))))
"0sf2a4q61kf344hjbw8kb6za1hlccl89j9lzqw0l2zpddp0hrh9j"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))