packages: syndication: Update newsraft
parent
782b9987d9
commit
a3ca036a30
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue