mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
93208b8ed7
commit
7c84d34435
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue