mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-ujson: Update to 4.0.2.
* gnu/packages/python-xyz.scm (python-ujson): Update to 4.0.2.
This commit is contained in:
parent
e7a3ae1e85
commit
d58a7b45cd
1 changed files with 2 additions and 2 deletions
|
@ -21109,14 +21109,14 @@ (define-public python-jsonplus
|
|||
(define-public python-ujson
|
||||
(package
|
||||
(name "python-ujson")
|
||||
(version "4.0.1")
|
||||
(version "4.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ujson" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lr9lbm76y3ah1463jggwg2hjcb709mpns5f752wxxbgnd0n5kr6"))
|
||||
"0k9w0kypy7vlskzzp2vsjswaw8lbqdrplzkbflxki9vqwglsj5f6"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (delete-file-recursively "deps") #t))))
|
||||
|
|
Loading…
Reference in a new issue