me
/
guix
Archived
1
0
Fork 0

gnu: python-html5-parser: Update to 0.4.9.

* gnu/packages/python-web.scm (python-html5-parser): Update to 0.4.9.
master
Marius Bakke 2020-06-08 19:14:35 +02:00
parent 5ded8494ca
commit 7b7b3cef7e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -577,13 +577,13 @@ and written in Python.")
(define-public python-html5-parser (define-public python-html5-parser
(package (package
(name "python-html5-parser") (name "python-html5-parser")
(version "0.4.5") (version "0.4.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "html5-parser" version)) (uri (pypi-uri "html5-parser" version))
(sha256 (sha256
(base32 (base32
"01mx33sx4dhl4kj6wc48nj6jz7ry60rkhjv0s6k8h5xmjf5yy0x9")))) "13yl3vnf3sxl05m0nhpngnrz3g1jvyahd33lys3m3hfb91l8zzi5"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))