* [bug#60374] [PATCH] gnu: gpodder: Update to 3.11.0.
@ 2022-12-28 3:17 raingloom
2023-01-05 22:04 ` bug#60374: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: raingloom @ 2022-12-28 3:17 UTC (permalink / raw)
To: 60374; +Cc: raingloom
* gnu/packages/gpodder.scm (gpodder): Update to 3.11.0.
---
gnu/packages/gpodder.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index 8df7c0c22b..620a8ea039 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -49,7 +49,7 @@ (define-module (gnu packages gpodder)
(define-public gpodder
(package
(name "gpodder")
- (version "3.10.21")
+ (version "3.11.0")
(source
(origin
(method git-fetch)
@@ -57,7 +57,7 @@ (define-public gpodder
(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)
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-05 22:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-28 3:17 [bug#60374] [PATCH] gnu: gpodder: Update to 3.11.0 raingloom
2023-01-05 22:04 ` bug#60374: " Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).