gnu: python-podcastparser: Update to 0.6.10.

* gnu/packages/gpodder.scm (python-podcastparser): Update to 0.6.10.

Change-Id: I8378ec847d3815412918e43fe1583cb06a9658f6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
kiasoc5 2024-08-27 01:20:36 -04:00 committed by Ludovic Courtès
parent 93208b8ed7
commit 7c84d34435
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -191,13 +191,13 @@ downloading episode status changes.")
(define-public python-podcastparser (define-public python-podcastparser
(package (package
(name "python-podcastparser") (name "python-podcastparser")
(version "0.6.6") (version "0.6.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "podcastparser" version)) (uri (pypi-uri "podcastparser" version))
(sha256 (sha256
(base32 "0m24r2qhck0win44xfhxajbppkss4ha6am0042s0xyq3408883m3")))) (base32 "1mqkkxz928y430xx3mgw9dj78ilkgv9hjdha1hizbks6mmhcp6ib"))))
(native-inputs (native-inputs
(list python-pytest)) (list python-pytest))
(arguments (arguments