all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62965] [PATCH 1/2] gnu: python-ujson: Update to 5.7.0.
@ 2023-04-20 11:14 Raphaël Mélotte via Guix-patches
  2023-04-20 11:15 ` [bug#62965] [PATCH 2/2] gnu: glances: Update to 3.3.1.1 Raphaël Mélotte via Guix-patches
  2023-05-06 16:04 ` bug#62965: [PATCH 1/2] gnu: python-ujson: Update to 5.7.0 Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Raphaël Mélotte via Guix-patches @ 2023-04-20 11:14 UTC (permalink / raw)
  To: 62965; +Cc: Raphaël Mélotte

* gnu/packages/python-xyz.scm (python-ujson): Update to 5.7.0
---
 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 6ea91a2719..c8615f7188 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25633,14 +25633,14 @@ (define-public python-jsonplus
 (define-public python-ujson
   (package
     (name "python-ujson")
-    (version "4.0.2")
+    (version "5.7.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "ujson" version))
         (sha256
          (base32
-          "0k9w0kypy7vlskzzp2vsjswaw8lbqdrplzkbflxki9vqwglsj5f6"))
+          "08vvyfyg4qvjy2vxrvc0qix5zmd0j6wd0icvmhc633xfvkayb277"))
         (modules '((guix build utils)))
         (snippet
          '(begin (delete-file-recursively "deps") #t))))
-- 
2.39.1





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

end of thread, other threads:[~2023-05-06 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 11:14 [bug#62965] [PATCH 1/2] gnu: python-ujson: Update to 5.7.0 Raphaël Mélotte via Guix-patches
2023-04-20 11:15 ` [bug#62965] [PATCH 2/2] gnu: glances: Update to 3.3.1.1 Raphaël Mélotte via Guix-patches
2023-05-06 16:04 ` bug#62965: [PATCH 1/2] gnu: python-ujson: Update to 5.7.0 Ludovic Courtès

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.