guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: python-feedparser: Update to 6.0.10.


From: guix-commits
Subject: branch core-updates updated: gnu: python-feedparser: Update to 6.0.10.
Date: Sat, 11 Mar 2023 06:40:20 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 1eb4745b69 gnu: python-feedparser: Update to 6.0.10.
1eb4745b69 is described below

commit 1eb4745b692e794cc41bc5d6a14394aac649c930
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Mar 11 12:39:54 2023 +0100

    gnu: python-feedparser: Update to 6.0.10.
    
    * gnu/packages/web.scm (python-feedparser): Update to 6.0.10.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 151e1a6301..6e79fe99b8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4744,13 +4744,13 @@ their web site.")
 (define-public python-feedparser
   (package
     (name "python-feedparser")
-    (version "6.0.8")
+    (version "6.0.10")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "feedparser" version ".tar.gz"))
        (sha256
-        (base32 "0qcnkyjjfj5gg5rhd1j4zzlqx5h34bma18zwgj68q95b0l543q2w"))))
+        (base32 "0lfa1c8s6abnlksbwxdpq78bg4rb6603mcgarmip3kip8rglini7"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-sgmllib3k))



reply via email to

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