gnu: python-feedparser: Update to 6.0.8.

* gnu/packages/web.scm (python-feedparser): Update to 6.0.8.
[propagated-inputs]: Add python-sgmllib3k.
This commit is contained in:
Mathieu Othacehe 2021-08-14 16:36:20 +02:00
parent 1516fd8a4e
commit c5b06d8f79
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -4759,15 +4759,17 @@ (define-public perl-www-robotrules
(define-public python-feedparser
(package
(name "python-feedparser")
(version "6.0.2")
(version "6.0.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "feedparser" version ".tar.gz"))
(sha256
(base32
"0x0hm9brh3j71645pydvlkrwxaaca9dnwd7xahwjyjaz882s200v"))))
"0qcnkyjjfj5gg5rhd1j4zzlqx5h34bma18zwgj68q95b0l543q2w"))))
(build-system python-build-system)
(propagated-inputs
`(("python-sgmllib3k" ,python-sgmllib3k)))
(arguments
'(#:tests? #f))
(home-page