diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 106b46ad25..526b6be9ef 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19853,7 +19853,8 @@ 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 python-charset-normalizer) +(define-deprecated/public-alias python-charset-normalizer-3 + python-charset-normalizer) ;may be removed after 2025-12-01 (define-public python-docopt (package |
