guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/13: gnu: python-tomlkit: Update to 0.5.11.


From: guix-commits
Subject: 04/13: gnu: python-tomlkit: Update to 0.5.11.
Date: Tue, 10 Mar 2020 22:43:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f4b6ce2155a0c31aafada2c64ee940f0f5c5c607
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Mar 11 02:52:09 2020 +0100

    gnu: python-tomlkit: Update to 0.5.11.
    
    * gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.5.11.
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9b4c9a1..711f633 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10703,14 +10703,13 @@ 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"))))
+        (base32 "1kq1663iqxgwrmb883n55ypi5axnixla2hrby9g2x227asifsi7h"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]