mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: liferea: Update to 1.12.8.
* gnu/packages/syndication.scm (liferea): Update to 1.12.8. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
0752dabb40
commit
62115b7ab7
1 changed files with 3 additions and 3 deletions
|
@ -99,15 +99,15 @@ (define-public newsboat
|
|||
(define-public liferea
|
||||
(package
|
||||
(name "liferea")
|
||||
(version "1.12.6")
|
||||
(version "1.12.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lwindolf/liferea/"
|
||||
"releases/download/v" version "/liferea-"
|
||||
version "b.tar.bz2"))
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "03pr1gmiv5y0i92bkhcxr8s311ll91chz19wb96jkixx32xav91d"))))
|
||||
(base32 "1xm5if831llkjcmbq4w9ssgqjgy3zlb5n9y7kh54xpy6afafbsh7"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue