gnu: python-tomlkit: Update to 0.6.0.
authorTanguy Le Carrour <tanguy@bioneland.org>
Fri, 24 Jul 2020 07:56:48 +0000 (09:56 +0200)
committerOleg Pykhalov <go.wigust@gmail.com>
Sat, 25 Jul 2020 10:28:31 +0000 (13:28 +0300)
* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.6.0.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
gnu/packages/python-xyz.scm

index e9a3ab5..5f62d04 100644 (file)
@@ -12087,13 +12087,13 @@ docstring and colored output.")
 (define-public python-tomlkit
   (package
     (name "python-tomlkit")
-    (version "0.5.11")
+    (version "0.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "tomlkit" version))
        (sha256
-        (base32 "1kq1663iqxgwrmb883n55ypi5axnixla2hrby9g2x227asifsi7h"))))
+        (base32 "16jf0060csn8p500jnxa7m5h1sl3pzispvd11961dzrhh287dybl"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)))