me
/
guix
Archived
1
0
Fork 0

gnu: python-feedparser: Update to 6.0.2.

* gnu/packages/web.scm (python-feedparser): Update to 6.0.2.
master
Brendan Tildesley 2021-02-25 20:47:02 +11:00 committed by Leo Famulari
parent ac50f6d20d
commit 506eb97de7
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -4684,14 +4684,14 @@ their web site.")
(define-public python-feedparser
(package
(name "python-feedparser")
(version "5.2.1")
(version "6.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "feedparser" version ".tar.bz2"))
(uri (pypi-uri "feedparser" version ".tar.gz"))
(sha256
(base32
"00hb4qg2am06g81mygfi1jsbx8830024jm45g6qp9g8fr6am91yf"))))
"0x0hm9brh3j71645pydvlkrwxaaca9dnwd7xahwjyjaz882s200v"))))
(build-system python-build-system)
(arguments
'(#:tests? #f))