gnu: newsboat: Update to 2.11.1.

* gnu/packages/syndication.scm (newsboat): Update to 2.11.1.
This commit is contained in:
Marius Bakke 2018-03-30 21:22:10 +02:00
parent 2e1e540c53
commit 48e481b563
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -32,7 +32,7 @@ (define-module (gnu packages syndication)
(define-public newsboat
(package
(name "newsboat")
(version "2.11")
(version "2.11.1")
(source
(origin
(method url-fetch)
@ -40,7 +40,7 @@ (define-public newsboat
"/newsboat-" version ".tar.xz"))
(sha256
(base32
"0yh1qdk15s9k4pffiw1155whfckpffq72dpyp9rck7yxgy5ya1hx"))))
"1krpxl854h5dwmpr81m1s84cwk8zivdzvw0s5s0i4dba736pvdma"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)