me
/
guix
Archived
1
0
Fork 0

gnu: gpodder: Update to 3.10.9.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Pierre Langlois 2019-06-09 22:24:08 +01:00 committed by Efraim Flashner
parent 5cc5364eba
commit 2bb078efe5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
(define-public gpodder
(package
(name "gpodder")
(version "3.10.7")
(version "3.10.9")
(source
(origin
(method git-fetch)
@ -45,7 +45,7 @@
(commit version)))
(sha256
(base32
"0sx9rj6dpvd2xz7lak2yi0zlgr3lp2ng1fw23s39la9ly4g1835j"))
"1sdmr1sq1d4p492zp9kq3npl7p56yr0pr470z9r6xxcylax5mhfq"))
(file-name (git-file-name name version))))
(build-system python-build-system)
(native-inputs