diff options
author | Andreas Enge <andreas@enge.fr> | 2023-02-23 14:34:03 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-02-23 14:34:03 +0100 |
commit | 1924bd29a66594891b9870caed43f7b7654e1273 (patch) | |
tree | e10c6cfd23d7d8d0b5318f7162e4751764a21d43 | |
parent | 9deb0dc1e7ecac21ca01eeaf27b13406b4bc96e0 (diff) | |
download | guix-1924bd29a66594891b9870caed43f7b7654e1273.tar.gz guix-1924bd29a66594891b9870caed43f7b7654e1273.zip |
gnu: python-tomlkit: Update to 0.11.6.
* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.11.6.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9017c030e7..f86e0026f0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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)) |