diff mbox series

[bug#62965,1/2] gnu: python-ujson: Update to 5.7.0.

Message ID 20230420111429.3120024-1-raphael.melotte@mind.be
State New
Headers show
Series [bug#62965,1/2] gnu: python-ujson: Update to 5.7.0. | expand

Commit Message

Raphaël Mélotte April 20, 2023, 11:14 a.m. UTC
* 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(-)

Comments

Ludovic Courtès May 6, 2023, 4:04 p.m. UTC | #1
Hi,

Raphaël Mélotte <raphael.melotte@mind.be> skribis:

> * gnu/packages/python-xyz.scm (python-ujson): Update to 5.7.0

[...]

> * gnu/packages/python-xyz.scm (glances): Update to 3.3.1.1
> [propagated-inputs]: Add python-ujson, which is a new dependency since release
> v3.3.1 (replacing the builtin json module).

We got a green light prior to the ‘core-updates’ merge:

  https://qa.guix.gnu.org/issue/62965

I went ahead and applied it after checking that both packages build
fine, but you’re welcome to check other things are still looking fine.

Thanks,
Ludo’.
diff mbox series

Patch

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))))