gnu: python-html5lib: Update to 1.0b10 [fixes CVE-2016-{9909,9910}].

* gnu/packages/python.scm (python-html5lib, python2-html5lib): Update to 1.0b10.
This commit is contained in:
Marius Bakke 2016-12-08 13:54:09 +01:00
parent 1b7f17ef90
commit a14061aae6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -4851,14 +4851,14 @@ ISO 8601 dates, time and duration.")
(define-public python-html5lib
(package
(name "python-html5lib")
(version "1.0b8")
(version "1.0b10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "html5lib" version))
(sha256
(base32
"1lknq5j3nh11xrl268ks76zaj0gyzh34v94n5vbf6dk8llzxdx0q"))))
"1yd068a5c00wd0ajq0hqimv7fd82lhrw0w3s01vbhy9bbd6xapqd"))))
(build-system python-build-system)
(propagated-inputs
`(("python-six" ,python-six))) ; required to "import html5lib"