guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/15: gnu: python-charset-normalizer: Update to 2.0.11.


From: guix-commits
Subject: 07/15: gnu: python-charset-normalizer: Update to 2.0.11.
Date: Sun, 13 Feb 2022 09:18:12 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 55d5368b4f4b215112a950ed1d5d8f3576dec3b8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Feb 2 13:11:27 2022 +0100

    gnu: python-charset-normalizer: Update to 2.0.11.
    
    * gnu/packages/python-xyz.scm (python-charset-normalizer): Update to 2.0.11.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]