guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: python-tomlkit: Update to 0.5.8.


From: guix-commits
Subject: 13/16: gnu: python-tomlkit: Update to 0.5.8.
Date: Wed, 5 Feb 2020 16:08:01 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 20c9914eabc4355690a3421768e8331e2ccf2a7a
Author: Tanguy Le Carrour <address@hidden>
AuthorDate: Wed Feb 5 18:05:53 2020 +0100

    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 <address@hidden>
---
 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 2fb121d..ca80e43 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10462,14 +10462,14 @@ docstring and colored output.")
 (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)))



reply via email to

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