1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 08:05:54 +02:00

gnu: Add python-charset-normalizer-3.

* gnu/packages/python-xyz.scm (python-charset-normalizer-3): New variable.

Change-Id: I173ba9daa74882f021586b90f3ec3c63f2b62962
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Hilton Chain
2024-09-01 23:39:18 +08:00
committed by Ludovic Courtès
parent 0e04eac9a7
commit b634edc434
+12
View File
@@ -17940,6 +17940,18 @@ taking a new approach. All IANA character set names for which the Python core
library provides codecs are supported.")
(license license:expat)))
(define-public python-charset-normalizer-3
(package
(inherit python-charset-normalizer)
(name "python-charset-normalizer")
(version "3.3.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "charset-normalizer" version))
(sha256
(base32 "1m9g0f513ng4dp2vd3smi4g2nmhqkjqh3bzcza14li947frkq37k"))))))
(define-public python-docopt
(package
(name "python-docopt")