mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: python-ujson: Update to 4.0.1.
* gnu/packages/python-xyz.scm (python-ujson): Update to 4.0.1.
This commit is contained in:
parent
09182ee156
commit
6fbf5f4a91
1 changed files with 2 additions and 2 deletions
|
@ -20581,14 +20581,14 @@ (define-public python-jsonplus
|
|||
(define-public python-ujson
|
||||
(package
|
||||
(name "python-ujson")
|
||||
(version "2.0.3")
|
||||
(version "4.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ujson" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18z9gb9ggy1r464b9q1gqs078mqgrkj6dys5a47529rqk3yfybdx"))
|
||||
"1lr9lbm76y3ah1463jggwg2hjcb709mpns5f752wxxbgnd0n5kr6"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (delete-file-recursively "deps") #t))))
|
||||
|
|
Loading…
Reference in a new issue