guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: newsboat: Update to 2.13.


From: Marius Bakke
Subject: 02/06: gnu: newsboat: Update to 2.13.
Date: Fri, 28 Sep 2018 12:24:43 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 87c39618719374f7f3cb0dc81c8ab587773c4c66
Author: Marius Bakke <address@hidden>
Date:   Wed Sep 26 19:06:38 2018 +0200

    gnu: newsboat: Update to 2.13.
    
    * gnu/packages/syndication.scm (newsboat): Update to 2.13.
---
 gnu/packages/syndication.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 6247d1f..a7c685f 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -35,7 +35,7 @@
 (define-public newsboat
   (package
     (name "newsboat")
-    (version "2.12")
+    (version "2.13")
     (source
      (origin
        (method url-fetch)
@@ -43,7 +43,7 @@
                            "/newsboat-" version ".tar.xz"))
        (sha256
         (base32
-         "1x23zlgljaqf46v7sp8wnkyf6wighvirvn48ankpa34yr8mvrgcv"))))
+         "0pik1d98ydzqi6055vdbkjg5krwifbk2hy2f5jp5p1wcy2s16dn7"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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