summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e8fe85bd5f1..0126ef2106c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4986,18 +4986,18 @@ parse times that can be a thirtieth of the html5lib parse times.")
4986(define-public python-html5tagger 4986(define-public python-html5tagger
4987 (package 4987 (package
4988 (name "python-html5tagger") 4988 (name "python-html5tagger")
4989 (version "1.3.0") 4989 (version "2.0.0")
4990 (source (origin 4990 (source (origin
4991 (method url-fetch) 4991 (method url-fetch)
4992 (uri (pypi-uri "html5tagger" version)) 4992 (uri (pypi-uri "html5tagger" version))
4993 (sha256 4993 (sha256
4994 (base32 4994 (base32
4995 "1acd1a4f66gi4plqnsml7cf33qp83mxsnmnqpdwkpj7597xkvyl4")))) 4995 "090nmjhr0yj3x5iy9zmbmv07dpxn234dqpi2lglk0fa4aj83rvhd"))))
4996 (build-system pyproject-build-system) 4996 (build-system pyproject-build-system)
4997 (arguments 4997 (arguments
4998 (list #:tests? #f)) ;no tests in PyPI or Git 4998 (list #:tests? #f)) ;no tests in PyPI or Git
4999 (native-inputs 4999 (native-inputs
5000 (list python-setuptools python-setuptools-scm python-wheel)) 5000 (list python-hatch-vcs python-hatchling))
5001 (home-page "https://github.com/sanic-org/html5tagger") 5001 (home-page "https://github.com/sanic-org/html5tagger")
5002 (synopsis "Create HTML documents from Python") 5002 (synopsis "Create HTML documents from Python")
5003 (description 5003 (description