1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gpodder: Update to 3.11.1.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
altadil
2023-08-11 13:49:46 +00:00
committed by Ludovic Courtès
parent a479c0925a
commit f4170f67ce

View File

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