summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-05 18:50:48 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:55 +0100
commita0944caf66d4db05856f21d27445454d2116e681 (patch)
treeed9784dbb975e47b2654103f1d1dfe814de5e40f
parent7c4cb10ac7a788dca9d03429dad764ec13f14153 (diff)
gnu: python-cchardet: Fix indentation.
* gnu/packages/freedesktop.scm (python-cchardet): Fix indentation. Change-Id: If16042b079995d24f628ca67447f8165a15a7418
-rw-r--r--gnu/packages/freedesktop.scm38
1 files changed, 19 insertions, 19 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 8f27edee730..f8fb0564544 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