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