guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-tomlkit: Update to 0.11.6.


From: guix-commits
Subject: 01/02: gnu: python-tomlkit: Update to 0.11.6.
Date: Thu, 23 Feb 2023 08:45:25 -0500 (EST)

andreas pushed a commit to branch core-updates
in repository guix.

commit 1924bd29a66594891b9870caed43f7b7654e1273
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Thu Feb 23 14:34:03 2023 +0100

    gnu: python-tomlkit: Update to 0.11.6.
    
    * gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.11.6.
---
 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 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))



reply via email to

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