guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/13: gnu: liferea: Update to 1.12.8.


From: guix-commits
Subject: 13/13: gnu: liferea: Update to 1.12.8.
Date: Mon, 22 Jun 2020 17:55:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 62115b7ab741fd6d10038721d23140d8919d8ab7
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Jun 21 15:40:34 2020 -0300

    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>
---
 gnu/packages/syndication.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index da3f852..3d85824 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -99,15 +99,15 @@ file system, and many more features.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]