summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-02-02 13:11:27 +0100
committerMarius Bakke <marius@gnu.org>2022-02-13 15:15:56 +0100
commit55d5368b4f4b215112a950ed1d5d8f3576dec3b8 (patch)
tree2637500f2343b37c209f070674ddcc615e3af2e8 /gnu
parent3f571aa4e496acbe221907d837dabf8e1c55d4c2 (diff)
downloadguix-patches-55d5368b4f4b215112a950ed1d5d8f3576dec3b8.tar
guix-patches-55d5368b4f4b215112a950ed1d5d8f3576dec3b8.tar.gz
gnu: python-charset-normalizer: Update to 2.0.11.
* gnu/packages/python-xyz.scm (python-charset-normalizer): Update to 2.0.11.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b002b60e3b..88f7af2c1b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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))