From 29e697789f034951bf1759f724c8d2fdc6fce129 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 13 Jan 2022 18:41:37 +0200 Subject: 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. --- gnu/packages/syndication.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index e9f5de4737..6d4a61efbd 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2016, 2017, 2019, 2020, 2021 Efraim Flashner +;;; Copyright © 2016, 2017, 2019, 2020, 2021, 2022 Efraim Flashner ;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice ;;; Copyright © 2020 Vinicius Monego ;;; Copyright © 2021 Felix Gruber @@ -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) -- cgit v1.2.3