guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit dc0631416b9eab1543f9b7eeccafa7a836f51183
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jun 14 21:21:23 2026 +0100

    gnu: python-uc-micro-py: Update to 2.0.0.
    
    * gnu/packages/python-xyz.scm (python-uc-micro-py): Update to 2.0.0.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I295326509cc9e10042d3851760518571a31bc371
---
 gnu/packages/python-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3e29523acb..6a82bb3dfd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40594,18 +40594,18 @@ progress, among other things.")
 (define-public python-uc-micro-py
   (package
     (name "python-uc-micro-py")
-    (version "1.0.1")
+    (version "2.0.0")
     (source (origin
-              (method git-fetch)        ;for tests
+              (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/tsutsu3/uc.micro-py";)
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "17f55gi55rg47nm88fn3f8851ph03dgykdp011lxr3j6hk18lyfv"))))
+                "06dx8zh0fa13aldqxhzghdnbbaqbb1dklbyqzdxy14dcbqmx92m3"))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-pytest python-setuptools python-wheel))
+    (native-inputs (list python-pytest python-setuptools))
     (home-page "https://github.com/tsutsu3/uc.micro-py";)
     (synopsis "Unicode data files for linkify-it-py projects")
     (description "This package contains a micro subset of Unicode data files

Reply via email to