mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
401d21b277
commit
645679ace7
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue