[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: python-ujson: Update to 4.0.1.
From: |
guix-commits |
Subject: |
04/06: gnu: python-ujson: Update to 4.0.1. |
Date: |
Wed, 25 Nov 2020 21:07:22 -0500 (EST) |
brettgilio pushed a commit to branch master
in repository guix.
commit 6fbf5f4a91702d3cea80b751b27f2681f5e49605
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Wed Nov 25 20:06:07 2020 -0600
gnu: python-ujson: Update to 4.0.1.
* gnu/packages/python-xyz.scm (python-ujson): Update to 4.0.1.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8be5f5a..9534184 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20581,14 +20581,14 @@ register custom encoders and decoders.")
(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))))
- branch master updated (d482954 -> 723badf), guix-commits, 2020/11/25
- 02/06: gnu: Remove python2-ujson-1., guix-commits, 2020/11/25
- 04/06: gnu: python-ujson: Update to 4.0.1.,
guix-commits <=
- 05/06: gnu: python-jsonrpc-server: Update to 0.4.0., guix-commits, 2020/11/25
- 01/06: gnu: Remove python-ujson-1., guix-commits, 2020/11/25
- 03/06: gnu: Add python-versioneer., guix-commits, 2020/11/25
- 06/06: gnu: python-language-server: Update to 0.36.1., guix-commits, 2020/11/25