summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-03-31 08:18:30 +0200
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:23 +0200
commitf6d9a7cc79a3553e09981d8d585542e1fd37fdfe (patch)
tree376e08d03a215a993ee630a59010d4de1320b0f0 /gnu/packages
parente1b17598321a8eae5298f5887dc9af437684cb34 (diff)
gnu: python-cchardet: Update to 2.2.0a2.
* gnu/packages/freedesktop.scm (python-cchardet): Update to 2.2.0a2. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/freedesktop.scm10
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index d0c37d0ba00..bea44fdd794 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -68,6 +68,7 @@
#:use-module (guix build-system gnu)
#:use-module (guix build-system meson)
#:use-module (guix build-system perl)
+ #:use-module (guix build-system pyproject)
#:use-module (guix build-system python)
#:use-module (guix build-system glib-or-gtk)
#:use-module (guix build-system qt)
@@ -128,6 +129,7 @@
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages polkit)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-build)
#:use-module (gnu packages python-crypto)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages qt)
@@ -2872,17 +2874,19 @@ encoding names are iconv-compatible.")
(define-public python-cchardet
(package
(name "python-cchardet")
- (version "2.1.7")
+ (version "2.2.0a2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cchardet" version))
(sha256
(base32
- "1bqfz85cd51sw0bvhvdq9ikccxi2ld7g5jpni4jkq1a5clrvca64"))))
- (build-system python-build-system)
+ "08wq5yfaafbjipabfc6kpyvivkk2394w7isv0mwx5agcf8cbnwnx"))))
+ (build-system pyproject-build-system)
(inputs
(list uchardet))
+ (native-inputs
+ (list python-setuptools python-wheel))
(home-page "https://github.com/PyYoshi/cChardet")
(synopsis "High-performance character encoding detection for Python")
(description "cChardet is a character encoding detector, written in