packages: syndication: Update newsraft
parent
782b9987d9
commit
a3ca036a30
|
@ -21,7 +21,7 @@
|
||||||
(define-public newsraft
|
(define-public newsraft
|
||||||
(package
|
(package
|
||||||
(name "newsraft")
|
(name "newsraft")
|
||||||
(version "0.21")
|
(version "0.24")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
"archive/newsraft-" version ".tar.gz"))
|
"archive/newsraft-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17s66zyqsg6kqwc4v9k17609f6bhicgkmzp66gh6ijfqhbhzw8ni"))))
|
"1xa8vfyjyqxi8l37linzr68lsiy94acp83zg1j4612gf1hsp5h0v"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list gnu-make pkg-config scdoc))
|
(native-inputs (list gnu-make pkg-config scdoc))
|
||||||
(inputs (list curl expat gumbo-parser ncurses sqlite yajl))
|
(inputs (list curl expat gumbo-parser ncurses sqlite yajl))
|
||||||
|
@ -47,4 +47,3 @@
|
||||||
"Newsraft is a feed reader with ncurses user interface. It is
|
"Newsraft is a feed reader with ncurses user interface. It is
|
||||||
greatly inspired by Newsboat and tries to be its lightweight counterpart.")
|
greatly inspired by Newsboat and tries to be its lightweight counterpart.")
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
newsraft
|
|
||||||
|
|
Loading…
Reference in New Issue