guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 74d300172c1ac4894e4a1785fcbf52a45e8814ff
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 26 21:18:16 2026 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 33e91d08f5e..d667cb5560a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33393,11 +33393,9 @@ syllables, and sentences.")
     (license license:asl2.0)))
 
 (define-public python-readability-lxml
-  ;; No releases since 2020, see:
-  ;; <https://github.com/buriy/python-readability/issues/196>.
   (package
     (name "python-readability-lxml")
-    (version "0.8.4.1")
+    (version "0.9")
     (source
      (origin
        (method git-fetch)
@@ -33406,7 +33404,7 @@ syllables, and sentences.")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dr567k03ljhwx9pacmynrv47w5vgq9fkgncpm0vlvmby2g0xgdl"))))
+        (base32 "05alz7i33m4n7097jl5slxy5k2lnnxwwadqw956gwk1fihyzidrp"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-poetry-core

Reply via email to