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
(package
(name "newsraft")
(version "0.24")
(version "0.25")
(source (origin
(method url-fetch)
(uri (string-append
"https://codeberg.org/grisha/newsraft/"
"archive/newsraft-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://codeberg.org/grisha/newsraft")
(commit (string-append "newsraft-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1xa8vfyjyqxi8l37linzr68lsiy94acp83zg1j4612gf1hsp5h0v"))))
"138x5z5c0x8wksqpmcc3zij9xq4n6wd64cqms3qbs27fzy7a25c5"))))
(build-system gnu-build-system)
(native-inputs (list gnu-make pkg-config scdoc))
(inputs (list curl expat gumbo-parser ncurses sqlite yajl))
@ -47,3 +48,5 @@
"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