From cc055349466d56e042c2e71c310142f91aaf78cf Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 20 Nov 2020 11:24:57 +0100 Subject: gnu: python2-html2text: Downgrade to 2019.8.11. * gnu/packages/python-web.scm (python2-html2text): Don't inherit version and source from PYTHON-HTML2TEXT. --- gnu/packages/python-web.scm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 121e42d663..15b53c2be2 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -485,7 +485,17 @@ Swartz.") (license license:gpl3+))) (define-public python2-html2text - (package-with-python2 python-html2text)) + (let ((base (package-with-python2 python-html2text))) + (package + (inherit base) + ;; This is the last version with support for Python 2. + (version "2019.8.11") + (source (origin + (method url-fetch) + (uri (pypi-uri "html2text" version)) + (sha256 + (base32 + "0ppgjplg06kmv9sj0x8p7acczcq2mcfgk1jdjwm4w5w40b0vj5pm"))))))) (define-public python-mechanicalsoup (package -- cgit v1.2.3