guix-commits
[Top][All Lists]
Advanced

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

08/21: gnu: python-charset-normalizer: Update to 2.1.0.


From: guix-commits
Subject: 08/21: gnu: python-charset-normalizer: Update to 2.1.0.
Date: Thu, 23 Jun 2022 13:56:43 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 3787f0d215dd0836907b2d9d5d40f4053792cc07
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 23 18:57:58 2022 +0200

    gnu: python-charset-normalizer: Update to 2.1.0.
    
    * gnu/packages/python-xyz.scm (python-charset-normalizer): Update to 2.1.0.
---
 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 112ebfa508..1d841b641d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13418,13 +13418,13 @@ automatically detect a wide range of file encodings.")
 (define-public python-charset-normalizer
   (package
     (name "python-charset-normalizer")
-    (version "2.0.11")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "charset-normalizer" version))
        (sha256
-        (base32 "071pi2kd222rjjrjdllffqv3iz4bfaj93a9bfs65907fd6fqlfcq"))))
+        (base32 "04zlajr77f6c7ai59l46as1idi0jjgbvj72lh4v5wfpz2s070pjp"))))
     (build-system python-build-system)
     (arguments
      (list #:phases



reply via email to

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