guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 3b84fd641062c3dbab37ef38d7bd950b84b34056
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Aug 5 18:50:48 2025 +0100

    gnu: python-cchardet: Fix indentation.
    
    * gnu/packages/freedesktop.scm (python-cchardet): Fix indentation.
    
    Change-Id: If16042b079995d24f628ca67447f8165a15a7418
---
 gnu/packages/freedesktop.scm | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 38186bf8aa..46eaa95ddb 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2887,25 +2887,25 @@ encoding names are iconv-compatible.")
 
 (define-public python-cchardet
   (package
-  (name "python-cchardet")
-  (version "2.2.0a2")
-  (source
-    (origin
-      (method url-fetch)
-      (uri (pypi-uri "cchardet" version))
-      (sha256
-        (base32
-          "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
-Python, that binds to the C library @code{uchardet} to increase performance.")
-  (license license:gpl2+)))
+    (name "python-cchardet")
+    (version "2.2.0a2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "cchardet" version))
+       (sha256
+        (base32 "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 Python, that binds
+to the C library @code{uchardet} to increase performance.")
+    (license license:gpl2+)))
 
 (define-public udiskie
   (package

Reply via email to