gnu: python-feedparser: Update to 6.0.10.
* gnu/packages/web.scm (python-feedparser): Update to 6.0.10.
This commit is contained in:
parent
0bd40ca9a9
commit
1eb4745b69
1 changed files with 2 additions and 2 deletions
|
@ -4744,13 +4744,13 @@ their web site.")
|
||||||
(define-public python-feedparser
|
(define-public python-feedparser
|
||||||
(package
|
(package
|
||||||
(name "python-feedparser")
|
(name "python-feedparser")
|
||||||
(version "6.0.8")
|
(version "6.0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "feedparser" version ".tar.gz"))
|
(uri (pypi-uri "feedparser" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qcnkyjjfj5gg5rhd1j4zzlqx5h34bma18zwgj68q95b0l543q2w"))))
|
(base32 "0lfa1c8s6abnlksbwxdpq78bg4rb6603mcgarmip3kip8rglini7"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-sgmllib3k))
|
(list python-sgmllib3k))
|
||||||
|
|
Reference in a new issue