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 committed by John Kehayias
parent 947eda0aba
commit df5e971801
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

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