gnu: newsboat: Update to 2.26.
* gnu/packages/syndication.scm (newsboat): Update to 2.26. [cargo-inputs]: Remove rust-clap-2. Add rust-lexopt-0.2, rust-md5-0.7.
This commit is contained in:
parent
7b48173f63
commit
29e697789f
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2016, 2017, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016, 2017, 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
|
||||
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
|
||||
|
@ -217,14 +217,14 @@ (define-public giara
|
|||
(define-public newsboat
|
||||
(package
|
||||
(name "newsboat")
|
||||
(version "2.25")
|
||||
(version "2.26")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://newsboat.org/releases/" version
|
||||
"/newsboat-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0zh1lqgsfhz8cmn6ajvcrfbn9iq2ls3adi2g17syzj8xiwvspaj1"))))
|
||||
(base32 "061w86jffyi49m4d9n974a3pd1svbw3azmh0qx8h2v7h0178791l"))))
|
||||
(build-system cargo-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
@ -249,12 +249,13 @@ (define-public newsboat
|
|||
(("rust-backtrace" ,rust-backtrace-0.3)
|
||||
("rust-bitflags" ,rust-bitflags-1.3)
|
||||
("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-clap" ,rust-clap-2)
|
||||
("rust-curl-sys" ,rust-curl-sys-0.4)
|
||||
("rust-cxx" ,rust-cxx-1)
|
||||
("rust-fastrand" ,rust-fastrand-1)
|
||||
("rust-gettext-rs" ,rust-gettext-rs-0.7)
|
||||
("rust-lexopt" ,rust-lexopt-0.2)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-md5" ,rust-md5-0.7)
|
||||
("rust-natord" ,rust-natord-1)
|
||||
("rust-nom" ,rust-nom-7)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
|
|
Loading…
Reference in a new issue