me
/
guix
Archived
1
0
Fork 0

gnu: python-charset-normalizer: Update to 2.0.11.

* gnu/packages/python-xyz.scm (python-charset-normalizer): Update to 2.0.11.
master
Marius Bakke 2022-02-02 13:11:27 +01:00
parent 3f571aa4e4
commit 55d5368b4f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -13096,13 +13096,13 @@ automatically detect a wide range of file encodings.")
(define-public python-charset-normalizer
(package
(name "python-charset-normalizer")
(version "2.0.5")
(version "2.0.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "charset-normalizer" version))
(sha256
(base32 "0rr3iv2xw4rz5ijnfqk229fw85cq6p6rhqqsilm0ldzncblfg63h"))))
(base32 "071pi2kd222rjjrjdllffqv3iz4bfaj93a9bfs65907fd6fqlfcq"))))
(build-system python-build-system)
(native-inputs
(list python-pytest))