me
/
guix
Archived
1
0
Fork 0

gnu: gpodder: Update to 3.10.21.

* gnu/packages/gpodder.scm (gpodder): Update to 3.10.21.
Pierre Langlois 2021-08-11 22:26:06 +01:00
parent 4eb0a5146a
commit cd5b5439b4
No known key found for this signature in database
GPG Key ID: A8FC9E447F4F7D54
1 changed files with 2 additions and 2 deletions

View File

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