packages: syndication: Update newsraft

pull/3/head
Luis Guilherme Coelho 2024-04-08 01:04:24 -03:00
parent 782b9987d9
commit a3ca036a30
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 3 deletions

View File

@ -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