gnu: python-ujson: Update to 4.0.2.
* gnu/packages/python-xyz.scm (python-ujson): Update to 4.0.2.master
parent
e7a3ae1e85
commit
d58a7b45cd
|
@ -21109,14 +21109,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.1")
|
(version "4.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ujson" version))
|
(uri (pypi-uri "ujson" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lr9lbm76y3ah1463jggwg2hjcb709mpns5f752wxxbgnd0n5kr6"))
|
"0k9w0kypy7vlskzzp2vsjswaw8lbqdrplzkbflxki9vqwglsj5f6"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (delete-file-recursively "deps") #t))))
|
'(begin (delete-file-recursively "deps") #t))))
|
||||||
|
|
Reference in New Issue