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

commit c9a0493a7c44843e35d3379d0182ca0cc6927600
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jun 14 21:22:33 2026 +0100

    gnu: python-linkify-it-py: Update to 2.1.0.
    
    * gnu/packages/python-xyz.scm (python-linkify-it-py): Update to 2.1.0.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I8e32a2ba71accdf3b23a5e274df614b1d1332ea2
---
 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 6a82bb3dfd..4e9162319d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9868,19 +9868,19 @@ work on your part.")
 (define-public python-linkify-it-py
   (package
     (name "python-linkify-it-py")
-    (version "2.0.0")
+    (version "2.1.0")
     (source (origin
-              (method git-fetch)        ;for tests
+              (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/tsutsu3/linkify-it-py";)
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0fg0a1lc8xbb62y9krxcp708ll58dxcwm8i7rrwpkd5sh2229f6x"))))
+                "006yvm2pcilq60zb02ijhdma26csynhkffb8wscjmjzbwqq8fzqh"))))
     (build-system pyproject-build-system)
     (propagated-inputs (list python-uc-micro-py))
-    (native-inputs (list python-pytest python-setuptools python-wheel))
+    (native-inputs (list python-pytest python-setuptools))
     (home-page "https://github.com/tsutsu3/linkify-it-py";)
     (synopsis "Links recognition library with full Unicode support")
     (description "This is Python port of

Reply via email to