diff options
author | Lars-Dominik Braun <ldb@leibniz-psychology.org> | 2021-03-04 14:45:26 +0100 |
---|---|---|
committer | Lars-Dominik Braun <ldb@leibniz-psychology.org> | 2021-03-10 12:01:47 +0100 |
commit | d58a7b45cd01414fa8110c78565a06618fd30c0b (patch) | |
tree | 119a500e5d9db27782360e837b24d9c9008d140a /gnu | |
parent | e7a3ae1e85286288c723af8e0aae8500f1e91e01 (diff) | |
download | guix-d58a7b45cd01414fa8110c78565a06618fd30c0b.tar.gz |
gnu: python-ujson: Update to 4.0.2.
* gnu/packages/python-xyz.scm (python-ujson): Update to 4.0.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 532f26ea8d..1d993f67d7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21109,14 +21109,14 @@ register custom encoders and decoders.") (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)))) |