packages: syndication: Update newsraft

main
Luis Guilherme Coelho 2024-07-24 21:05:47 -03:00
parent a076298051
commit 87bc9c9b17
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 9 additions and 6 deletions

View File

@ -21,15 +21,16 @@
(define-public newsraft (define-public newsraft
(package (package
(name "newsraft") (name "newsraft")
(version "0.24") (version "0.25")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://codeberg.org/grisha/newsraft/" (url "https://codeberg.org/grisha/newsraft")
"archive/newsraft-" version ".tar.gz")) (commit (string-append "newsraft-" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1xa8vfyjyqxi8l37linzr68lsiy94acp83zg1j4612gf1hsp5h0v")))) "138x5z5c0x8wksqpmcc3zij9xq4n6wd64cqms3qbs27fzy7a25c5"))))
(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,3 +48,5 @@
"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