[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: python-ujson: Update to 5.7.0.
From: |
guix-commits |
Subject: |
08/13: gnu: python-ujson: Update to 5.7.0. |
Date: |
Sat, 6 May 2023 12:21:17 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 819cd8071097b4fba7764c70b276e5debdf28fea
Author: Raphaël Mélotte <raphael.melotte@mind.be>
AuthorDate: Thu Apr 20 13:14:29 2023 +0200
gnu: python-ujson: Update to 5.7.0.
* gnu/packages/python-xyz.scm (python-ujson): Update to 5.7.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 2aeb2ea527..c0476db6d5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25848,14 +25848,14 @@ register custom encoders and decoders.")
(define-public python-ujson
(package
(name "python-ujson")
- (version "4.0.2")
+ (version "5.7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ujson" version))
(sha256
(base32
- "0k9w0kypy7vlskzzp2vsjswaw8lbqdrplzkbflxki9vqwglsj5f6"))
+ "08vvyfyg4qvjy2vxrvc0qix5zmd0j6wd0icvmhc633xfvkayb277"))
(modules '((guix build utils)))
(snippet
'(begin (delete-file-recursively "deps") #t))))
- 04/13: gnu: python-ldap: Update to 3.4.3., (continued)
- 04/13: gnu: python-ldap: Update to 3.4.3., guix-commits, 2023/05/06
- 10/13: doc: cookbook: Remove outdated section about GUIX_PACKAGE_PATH., guix-commits, 2023/05/06
- 02/13: services: dbus-service, secret-service: Do not cause (fibers) to be loaded., guix-commits, 2023/05/06
- 03/13: gnu: mod-wsgi: Update to 4.9.4., guix-commits, 2023/05/06
- 09/13: gnu: glances: Update to 3.3.1.1., guix-commits, 2023/05/06
- 06/13: lint: archival: Warn against non-origin package sources., guix-commits, 2023/05/06
- 05/13: gnu: gitile: Fix build., guix-commits, 2023/05/06
- 11/13: gnu: hostapd: Add ACS and full dynamic vlan support, guix-commits, 2023/05/06
- 07/13: gnu: msmtp: Install old msmtpqueue scripts, guix-commits, 2023/05/06
- 12/13: doc: Use G-Expressions for package definition example., guix-commits, 2023/05/06
- 08/13: gnu: python-ujson: Update to 5.7.0.,
guix-commits <=
- 13/13: download: Refer to the 'guile-gnutls' package and not 'gnutls'., guix-commits, 2023/05/06