mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: python2-html2text: Downgrade to 2019.8.11.
* gnu/packages/python-web.scm (python2-html2text): Don't inherit version and source from PYTHON-HTML2TEXT.
This commit is contained in:
parent
c8eb362477
commit
cc05534946
1 changed files with 11 additions and 1 deletions
|
@ -485,7 +485,17 @@ (define-public python-html2text
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue