mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gpodder: Update to 3.10.21.
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.21.
This commit is contained in:
parent
4eb0a5146a
commit
cd5b5439b4
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ (define-module (gnu packages gpodder)
|
|||
(define-public gpodder
|
||||
(package
|
||||
(name "gpodder")
|
||||
(version "3.10.20")
|
||||
(version "3.10.21")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -57,7 +57,7 @@ (define-public gpodder
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue