mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e7be4b9661
commit
819cd80710
1 changed files with 2 additions and 2 deletions
|
@ -25848,14 +25848,14 @@ register custom encoders and decoders.")
|
||||||
(define-public python-ujson
|
(define-public python-ujson
|
||||||
(package
|
(package
|
||||||
(name "python-ujson")
|
(name "python-ujson")
|
||||||
(version "4.0.2")
|
(version "5.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ujson" version))
|
(uri (pypi-uri "ujson" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k9w0kypy7vlskzzp2vsjswaw8lbqdrplzkbflxki9vqwglsj5f6"))
|
"08vvyfyg4qvjy2vxrvc0qix5zmd0j6wd0icvmhc633xfvkayb277"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (delete-file-recursively "deps") #t))))
|
'(begin (delete-file-recursively "deps") #t))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue