mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-feedparser: Update to 6.0.11.
* gnu/packages/web.scm (python-feedparser): Update to 6.0.11. Change-Id: Ib14aa6ee9d206d2479d01d8ec68e86175d28e239 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
0764e60602
commit
dc1de3ba5b
@@ -72,6 +72,7 @@
|
||||
;;; Copyright © 2025 Raven Hallsby <karl@hallsby.com>
|
||||
;;; Copyright © 2025 Junker <dk@junkeria.club>"
|
||||
;;; Copyright © 2025 Jake Forster <jakecameron.forster@gmail.com>
|
||||
;;; Copyright © 2025 Remco van 't Veer <remco@remworks.net>"
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
@@ -5355,13 +5356,13 @@ Integration Center (4DN-DCIC).")
|
||||
(define-public python-feedparser
|
||||
(package
|
||||
(name "python-feedparser")
|
||||
(version "6.0.10")
|
||||
(version "6.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "feedparser" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lfa1c8s6abnlksbwxdpq78bg4rb6603mcgarmip3kip8rglini7"))
|
||||
(base32 "1mc4856draxac5s7acywq060a0awng195cpbs1js1wn6cixl1l69"))
|
||||
(patches (search-patches "python-feedparser-missing-import.patch"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
|
||||
Reference in New Issue
Block a user