[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39777] [PATCH V2 08/10] gnu: python-tomlkit: Update to 0.5.11.
From: |
Tanguy Le Carrour |
Subject: |
[bug#39777] [PATCH V2 08/10] gnu: python-tomlkit: Update to 0.5.11. |
Date: |
Sun, 8 Mar 2020 15:10:10 +0100 |
From: Tanguy Le Carrour <>
* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.5.11.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0ac727f9a2..c266889292 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10656,14 +10656,14 @@ docstring and colored output.")
(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"))))
+ "1kq1663iqxgwrmb883n55ypi5axnixla2hrby9g2x227asifsi7h"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))
--
2.25.1
- [bug#39777] [PATCH V2 01/10] gnu: python-pexpect: Update to 4.8.0., Tanguy Le Carrour, 2020/03/08
- [bug#39777] [PATCH V2 02/10] gnu: python-cachy: Update to 0.3.0., Tanguy Le Carrour, 2020/03/08
- [bug#39777] [PATCH V2 04/10] gnu: python-jsonschema: Update to 3.2.0., Tanguy Le Carrour, 2020/03/08
- [bug#39777] [PATCH V2 03/10] gnu: python-fakeredis: Update to 1.2.1., Tanguy Le Carrour, 2020/03/08
- [bug#39777] [PATCH V2 05/10] gnu: python-pastel: Update to 0.2.0., Tanguy Le Carrour, 2020/03/08
- [bug#39777] [PATCH V2 06/10] gnu: python-msgpack: Update to 1.0.0., Tanguy Le Carrour, 2020/03/08
- [bug#39777] [PATCH V2 08/10] gnu: python-tomlkit: Update to 0.5.11.,
Tanguy Le Carrour <=
- [bug#39777] [PATCH V2 07/10] gnu: python-cachecontrol: Add missing propagated-input., Tanguy Le Carrour, 2020/03/08
- [bug#39777] [PATCH V2 09/10] gnu: python-clikit: Update to 0.4.2., Tanguy Le Carrour, 2020/03/08
- [bug#39777] [PATCH V2 10/10] gnu: poetry: Update to 1.0.5., Tanguy Le Carrour, 2020/03/08