gnu: gpodder: Update to 3.11.0.

* gnu/packages/gpodder.scm (gpodder): Update to 3.11.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
raingloom 2022-12-28 04:17:17 +01:00 committed by Ludovic Courtès
parent c9b383fb38
commit c7158acfba
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -49,7 +49,7 @@
(define-public gpodder (define-public gpodder
(package (package
(name "gpodder") (name "gpodder")
(version "3.10.21") (version "3.11.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -57,7 +57,7 @@
(url "https://github.com/gpodder/gpodder") (url "https://github.com/gpodder/gpodder")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "0n73jm5ypsj962gpr0dk10lqh83giqsczm63wchyhmrkyf1wgga1")) (base32 "1387n0kgpan869c09smq5jnc3316vz8majl9bw01bw7cxg4vss3p"))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(patches (search-patches "gpodder-disable-updater.patch")))) (patches (search-patches "gpodder-disable-updater.patch"))))
(build-system python-build-system) (build-system python-build-system)