gnu: python-unicodedata2: Update to 15.0.0.

* gnu/packages/python-xyz.scm (python-unicodedata2): Update to 15.0.0.
This commit is contained in:
Maxim Cournoyer 2023-04-12 10:53:52 -04:00
parent d42e470599
commit 11012b36af
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -15734,13 +15734,13 @@ expression.")
(define-public python-unicodedata2 (define-public python-unicodedata2
(package (package
(name "python-unicodedata2") (name "python-unicodedata2")
(version "14.0.0") (version "15.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 "110nnvh02ssp92xbmswy39aa186jrmb7m41x4220wigl8c0dzxs1")))) (base32 "0bcgls7m2zndpd8whgznnd5908jbsa50si2bh88wsn0agcznhv7d"))))
(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")