all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39438] [PATCH] gnu: python-tomlkit: Update to 0.5.8.
@ 2020-02-05 17:05 Tanguy Le Carrour
  2020-02-05 20:58 ` bug#39438: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Tanguy Le Carrour @ 2020-02-05 17:05 UTC (permalink / raw)
  To: 39438; +Cc: Tanguy Le Carrour

* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.5.8.
---
 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 2fb121dfee..ca80e43289 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)))
-- 
2.25.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#39438: [PATCH] gnu: python-tomlkit: Update to 0.5.8.
  2020-02-05 17:05 [bug#39438] [PATCH] gnu: python-tomlkit: Update to 0.5.8 Tanguy Le Carrour
@ 2020-02-05 20:58 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-02-05 20:58 UTC (permalink / raw)
  To: Tanguy Le Carrour, 39438-done

[-- Attachment #1: Type: text/plain, Size: 135 bytes --]

Tanguy Le Carrour <tanguy@bioneland.org> writes:

> * gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.5.8.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-05 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05 17:05 [bug#39438] [PATCH] gnu: python-tomlkit: Update to 0.5.8 Tanguy Le Carrour
2020-02-05 20:58 ` bug#39438: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.