[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/299: gnu: python-chardet: Update to 5.2.0.
From: |
guix-commits |
Subject: |
31/299: gnu: python-chardet: Update to 5.2.0. |
Date: |
Mon, 13 Jan 2025 15:17:47 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 4f3cb3d52a1444f18d9964378ddaeb38e605adfa
Author: Ricardo Wurmus <rekado@elephly.net>
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)
- branch python-team created (now 9d62432923), guix-commits, 2025/01/13
- 03/299: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2025/01/13
- 05/299: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2025/01/13
- 08/299: gnu: python-pyproject-api: Update to 1.8.0., guix-commits, 2025/01/13
- 12/299: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2025/01/13
- 24/299: gnu: Add python-devpi-process., guix-commits, 2025/01/13
- 26/299: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2025/01/13
- 27/299: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2025/01/13
- 31/299: gnu: python-chardet: Update to 5.2.0.,
guix-commits <=
- 36/299: gnu: python-waitress: Update to 3.0.2., guix-commits, 2025/01/13
- 42/299: gnu: python-pydantic: Fix build., guix-commits, 2025/01/13
- 55/299: gnu: python-eventlet: Update to 0.38.2., guix-commits, 2025/01/13
- 54/299: gnu: python-gevent: Update to 24.11.1., guix-commits, 2025/01/13
- 61/299: gnu: python-pydevd: Avoid test failures due to greendns., guix-commits, 2025/01/13
- 74/299: gnu: fava: Update to 1.27., guix-commits, 2025/01/13
- 85/299: gnu: cwltool: Patch tox.ini., guix-commits, 2025/01/13
- 89/299: gnu: python-pyopenssl: Update to 24.3.0., guix-commits, 2025/01/13
- 92/299: gnu: python-dnspython: Disable ECDSA tests., guix-commits, 2025/01/13
- 07/299: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2025/01/13