gnu: python-html2text: Update to 2020.1.16.
* gnu/packages/python-web.scm (python-html2text): Update to 2020.1.16.
This commit is contained in:
parent
bcb8a8a6d6
commit
ee45483cc9
@ -460,14 +460,14 @@ HTTP servers, RESTful APIs, and web services.")
|
|||||||
(define-public python-html2text
|
(define-public python-html2text
|
||||||
(package
|
(package
|
||||||
(name "python-html2text")
|
(name "python-html2text")
|
||||||
(version "2019.8.11")
|
(version "2020.1.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "html2text" version))
|
(uri (pypi-uri "html2text" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ppgjplg06kmv9sj0x8p7acczcq2mcfgk1jdjwm4w5w40b0vj5pm"))))
|
"1fvv4z6dblii2wk1x82981ag8yhxbim1v2ksgywxsndh2s7335p2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
Loading…
Reference in New Issue
Block a user