From c5b06d8f79fa78a99002fe5f1581645e67650650 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sat, 14 Aug 2021 16:36:20 +0200 Subject: gnu: python-feedparser: Update to 6.0.8. * gnu/packages/web.scm (python-feedparser): Update to 6.0.8. [propagated-inputs]: Add python-sgmllib3k. --- gnu/packages/web.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu/packages/web.scm') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index c0ed0f98a5..786804be02 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4759,15 +4759,17 @@ their web site.") (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 -- cgit v1.2.3