guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

406/416: gnu: python-unicodedata2: Update to 15.0.0.


From: guix-commits
Subject: 406/416: gnu: python-unicodedata2: Update to 15.0.0.
Date: Fri, 14 Apr 2023 15:26:34 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit b61b12c4c0efc51ad290f4f3675668e2dd371422
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 12 10:53:52 2023 -0400

    gnu: python-unicodedata2: Update to 15.0.0.
    
    * gnu/packages/python-xyz.scm (python-unicodedata2): Update to 15.0.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e07922e1b6..f39949b059 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15734,13 +15734,13 @@ expression.")
 (define-public python-unicodedata2
   (package
     (name "python-unicodedata2")
-    (version "14.0.0")
+    (version "15.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "unicodedata2" version))
        (sha256
-        (base32 "110nnvh02ssp92xbmswy39aa186jrmb7m41x4220wigl8c0dzxs1"))))
+        (base32 "0bcgls7m2zndpd8whgznnd5908jbsa50si2bh88wsn0agcznhv7d"))))
     (build-system python-build-system)
     (home-page "https://github.com/fonttools/unicodedata2";)
     (synopsis "Python unicodedata backport")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]