guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-feedparser: Update to 6.0.8.


From: guix-commits
Subject: 02/02: gnu: python-feedparser: Update to 6.0.8.
Date: Sat, 14 Aug 2021 10:45:17 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit c5b06d8f79fa78a99002fe5f1581645e67650650
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Aug 14 16:36:20 2021 +0200

    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(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index c0ed0f9..786804b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]