guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: newsboat: Update to 2.11.1.


From: Marius Bakke
Subject: 01/02: gnu: newsboat: Update to 2.11.1.
Date: Sun, 1 Apr 2018 21:11:13 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 48e481b563d73f9a136bf56947a20bc4323275cb
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 30 21:22:10 2018 +0200

    gnu: newsboat: Update to 2.11.1.
    
    * gnu/packages/syndication.scm (newsboat): Update to 2.11.1.
---
 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 1669f2c..27b4989 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -32,7 +32,7 @@
 (define-public newsboat
   (package
     (name "newsboat")
-    (version "2.11")
+    (version "2.11.1")
     (source
      (origin
        (method url-fetch)
@@ -40,7 +40,7 @@
                            "/newsboat-" version ".tar.xz"))
        (sha256
         (base32
-         "0yh1qdk15s9k4pffiw1155whfckpffq72dpyp9rck7yxgy5ya1hx"))))
+         "1krpxl854h5dwmpr81m1s84cwk8zivdzvw0s5s0i4dba736pvdma"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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