rekado pushed a commit to branch python-team
in repository guix.
commit 562b8f53953c6c4cb14db4d68c59ec2fb4e67023
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Dec 17 11:36:09 2024 +0100
gnu: python-chardet: Update to 5.2.0.
* gnu/packages/python-xyz.scm (python-chardet): Update to 5.2.0.
Change-Id: Icc734f848c79eea2b775c7402793ede9a25ebc85
---
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 db5bcb4001..511836985c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18788,14 +18788,14 @@ simulation, statistical modeling, machine learning
and much more.")
(define-public python-chardet
(package
(name "python-chardet")
- (version "5.1.0")
+ (version "5.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "chardet" version))
(sha256
(base32
- "1r9ixxnish9j3dq4h0z0cwlkr4f5lgi6d8mhbzw59hbbjlmp2qhd"))))
+ "1xqwkjijq2fxn8rhcvfddl14lp39jllqbh527yy19i58g7s6yfqv"))))
(native-inputs
(list python-pytest python-setuptools python-wheel))
(build-system pyproject-build-system)