guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: Add python-charset-normalizer-3.


From: guix-commits
Subject: 04/06: gnu: Add python-charset-normalizer-3.
Date: Thu, 19 Sep 2024 13:22:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b634edc43417b3f61c32070881702ed31cbf229b
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun Sep 1 23:39:18 2024 +0800

    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>
---
 gnu/packages/python-xyz.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8d402d4f94..6975cca1f7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17940,6 +17940,18 @@ taking a new approach.  All IANA character set names 
for which the Python core
 library provides codecs are supported.")
     (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
   (package
     (name "python-docopt")



reply via email to

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