mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-html5lib: Update to 1.0b8.
* gnu/packages/python.scm (python-html5lib): Update to 1.0b8.
This commit is contained in:
parent
b6785c2e3a
commit
fee04c198c
1 changed files with 3 additions and 6 deletions
|
@ -4393,17 +4393,14 @@ (define-public python2-isodate
|
|||
(define-public python-html5lib
|
||||
(package
|
||||
(name "python-html5lib")
|
||||
(version "1.0b3")
|
||||
(version "1.0b8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/h/html5lib/html5lib-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(uri (pypi-uri "html5lib" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l5i6xzckzx4hnh9qzv9q3kyhkgjx2hsi2k9srgci3qizjmvp6ln"))))
|
||||
"1lknq5j3nh11xrl268ks76zaj0gyzh34v94n5vbf6dk8llzxdx0q"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six))) ; required to "import html5lib"
|
||||
|
|
Loading…
Reference in a new issue