Archived
1
0
Fork 0

gnu: gpodder: Update to 3.10.20.

* gnu/packages/gpodder.scm (gpodder): Update to 3.10.20.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-25 13:26:04 +02:00
parent 00a2c666dc
commit fae666e2c0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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