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:
parent
0e04eac9a7
commit
b634edc434
@ -17940,6 +17940,18 @@ taking a new approach. All IANA character set names for which the Python core
|
|||||||
library provides codecs are supported.")
|
library provides codecs are supported.")
|
||||||
(license license:expat)))
|
(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
|
(define-public python-docopt
|
||||||
(package
|
(package
|
||||||
(name "python-docopt")
|
(name "python-docopt")
|
||||||
|
Loading…
Reference in New Issue
Block a user