gnu: python-ujson: Update to 5.7.0.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Raphaël Mélotte 2023-04-20 13:14:29 +02:00 committed by Ludovic Courtès
parent e7be4b9661
commit 819cd80710
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -25848,14 +25848,14 @@ register custom encoders and decoders.")
(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))))