summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 051bac76b60..26a63ea06bc 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1939,13 +1939,13 @@ libxml2 and libxslt.")
1939(define-public python-lxml-html-clean 1939(define-public python-lxml-html-clean
1940 (package 1940 (package
1941 (name "python-lxml-html-clean") 1941 (name "python-lxml-html-clean")
1942 (version "0.4.2") 1942 (version "0.4.3")
1943 (source 1943 (source
1944 (origin 1944 (origin
1945 (method url-fetch) 1945 (method url-fetch)
1946 (uri (pypi-uri "lxml_html_clean" version)) 1946 (uri (pypi-uri "lxml_html_clean" version))
1947 (sha256 1947 (sha256
1948 (base32 "1cxwrrv4kdkxwkwm12a6rh38xmb415257g31yjmk0m5rbmxiwaci")))) 1948 (base32 "134xppqi8y8qfl54vxfgx8852mw2mix15axy0z43dy00bf993py9"))))
1949 (build-system pyproject-build-system) 1949 (build-system pyproject-build-system)
1950 (arguments 1950 (arguments
1951 (list 1951 (list
@@ -1960,7 +1960,7 @@ libxml2 and libxslt.")
1960 "tests/test_clean.txt" 1960 "tests/test_clean.txt"
1961 "tests/test_autolink.txt"))))))) 1961 "tests/test_autolink.txt")))))))
1962 (propagated-inputs (list python-lxml)) 1962 (propagated-inputs (list python-lxml))
1963 (native-inputs (list python-setuptools python-wheel)) 1963 (native-inputs (list python-setuptools))
1964 (home-page "https://github.com/fedora-python/lxml_html_clean/") 1964 (home-page "https://github.com/fedora-python/lxml_html_clean/")
1965 (synopsis "Remove superfluous content from HTML files") 1965 (synopsis "Remove superfluous content from HTML files")
1966 (description "This package provides a Cleaner for cleaning up HTML pages. 1966 (description "This package provides a Cleaner for cleaning up HTML pages.