gnu: python-unicodedata2: Update to 16.0.0.

* gnu/packages/python-xyz.scm (python-unicodedata2): Update to 16.0.0.

Change-Id: Ia3edef9c5ada75b2c85727be3b55db4ab2bc7b44
This commit is contained in:
Maxim Cournoyer 2025-09-26 18:11:37 +09:00
parent 401d21b277
commit 645679ace7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -21028,13 +21028,13 @@ expression.")
(define-public python-unicodedata2 (define-public python-unicodedata2
(package (package
(name "python-unicodedata2") (name "python-unicodedata2")
(version "15.0.0") (version "16.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "unicodedata2" version)) (uri (pypi-uri "unicodedata2" version))
(sha256 (sha256
(base32 "0bcgls7m2zndpd8whgznnd5908jbsa50si2bh88wsn0agcznhv7d")))) (base32 "1z3llixb4cd6cc6nmyps5vv2sss14n3x6dzcc65xg75mj9jqsj05"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/fonttools/unicodedata2") (home-page "https://github.com/fonttools/unicodedata2")
(synopsis "Python unicodedata backport") (synopsis "Python unicodedata backport")