GNU bug report logs -
#72932
[PATCH 0/2] gnu: picard: Update to 2.12.2.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 1 Sep 2024 15:36:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 72932 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-charset-normalizer-3): New variable.
Change-Id: I173ba9daa74882f021586b90f3ec3c63f2b62962
---
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 a7688050e1..4f7b721e55 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17914,6 +17914,18 @@ (define-public python-charset-normalizer
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")
--
2.45.2
This bug report was last modified 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.