me
/
guix
Archived
1
0
Fork 0

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>
master
altadil 2023-08-11 13:49:46 +00:00 committed by Ludovic Courtès
parent a479c0925a
commit f4170f67ce
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

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)