diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-12-17 11:36:09 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:22 +0100 |
commit | 465bc59251cb84732bc077d36daf266a2485f348 (patch) | |
tree | cc47fc47d28426b442ac46581e89c3d6e4448ff9 | |
parent | 1df38c9e7b2c8fccfc1989c9288271b07ff495cc (diff) | |
download | guix-465bc59251cb84732bc077d36daf266a2485f348.tar.gz guix-465bc59251cb84732bc077d36daf266a2485f348.zip |
gnu: python-chardet: Update to 5.2.0.
* gnu/packages/python-xyz.scm (python-chardet): Update to 5.2.0.
Change-Id: Icc734f848c79eea2b775c7402793ede9a25ebc85
-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 7c1a29bf16..cea77bcb33 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18793,14 +18793,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) |