3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-html5lib: Update to 1.0.1.

* gnu/packages/python-web.scm (python-html5lib): Update to 1.0.1.
This commit is contained in:
Marius Bakke 2018-02-28 16:01:43 +01:00
parent a846f29dff
commit 4ef80b2f58
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -165,14 +165,14 @@ both of which are installed automatically if you install this library.")
(define-public python-html5lib (define-public python-html5lib
(package (package
(name "python-html5lib") (name "python-html5lib")
(version "1.0b10") (version "1.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "html5lib" version)) (uri (pypi-uri "html5lib" version))
(sha256 (sha256
(base32 (base32
"1yd068a5c00wd0ajq0hqimv7fd82lhrw0w3s01vbhy9bbd6xapqd")))) "0dipzfrycv6j1jw82v9b7d8lzggx3x8xngx6l4xrqkxwvg7hvjv6"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-six" ,python-six) `(("python-six" ,python-six)