summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files 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.")
33393 (license license:asl2.0))) 33393 (license license:asl2.0)))
33394 33394
33395(define-public python-readability-lxml 33395(define-public python-readability-lxml
33396 ;; No releases since 2020, see:
33397 ;; <https://github.com/buriy/python-readability/issues/196>.
33398 (package 33396 (package
33399 (name "python-readability-lxml") 33397 (name "python-readability-lxml")
33400 (version "0.8.4.1") 33398 (version "0.9")
33401 (source 33399 (source
33402 (origin 33400 (origin
33403 (method git-fetch) 33401 (method git-fetch)
@@ -33406,7 +33404,7 @@ syllables, and sentences.")
33406 (commit version))) 33404 (commit version)))
33407 (file-name (git-file-name name version)) 33405 (file-name (git-file-name name version))
33408 (sha256 33406 (sha256
33409 (base32 "1dr567k03ljhwx9pacmynrv47w5vgq9fkgncpm0vlvmby2g0xgdl")))) 33407 (base32 "05alz7i33m4n7097jl5slxy5k2lnnxwwadqw956gwk1fihyzidrp"))))
33410 (build-system pyproject-build-system) 33408 (build-system pyproject-build-system)
33411 (native-inputs 33409 (native-inputs
33412 (list python-poetry-core 33410 (list python-poetry-core