From a3ca036a30e48dffae5884ed562835bc8779522c Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 8 Apr 2024 01:04:24 -0300 Subject: [PATCH] packages: syndication: Update newsraft --- radix/packages/syndication.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/radix/packages/syndication.scm b/radix/packages/syndication.scm index c023cf1..ce49234 100644 --- a/radix/packages/syndication.scm +++ b/radix/packages/syndication.scm @@ -21,7 +21,7 @@ (define-public newsraft (package (name "newsraft") - (version "0.21") + (version "0.24") (source (origin (method url-fetch) (uri (string-append @@ -29,7 +29,7 @@ "archive/newsraft-" version ".tar.gz")) (sha256 (base32 - "17s66zyqsg6kqwc4v9k17609f6bhicgkmzp66gh6ijfqhbhzw8ni")))) + "1xa8vfyjyqxi8l37linzr68lsiy94acp83zg1j4612gf1hsp5h0v")))) (build-system gnu-build-system) (native-inputs (list gnu-make pkg-config scdoc)) (inputs (list curl expat gumbo-parser ncurses sqlite yajl)) @@ -47,4 +47,3 @@ "Newsraft is a feed reader with ncurses user interface. It is greatly inspired by Newsboat and tries to be its lightweight counterpart.") (license license:isc))) -newsraft