[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: newsboat: Update to 2.25.
From: |
guix-commits |
Subject: |
11/11: gnu: newsboat: Update to 2.25. |
Date: |
Sun, 10 Oct 2021 05:34:49 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit edbcbdabac9a64dba3850b0f7e596b396f044599
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 10 12:29:16 2021 +0300
gnu: newsboat: Update to 2.25.
* gnu/packages/syndication.scm (newsboat): Update to 2.25.
[arguments]: Increase run version to 1.51.
[cargo-inputs]: Replace rust-bitflags-1 with 1.3, rust-nom-6 with 7.
Remove rust-rand-0.8, add rust-fastrand-1.
[cargo-development-inputs]: Replace rust-proptest-0.9 with 1.
---
gnu/packages/syndication.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 128e4ba..fef315c 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -217,14 +217,14 @@ cards.")
(define-public newsboat
(package
(name "newsboat")
- (version "2.24")
+ (version "2.25")
(source
(origin
(method url-fetch)
(uri (string-append "https://newsboat.org/releases/"; version
"/newsboat-" version ".tar.xz"))
(sha256
- (base32 "1yvggkb29qykxlvrysb6yyf5piwsvzv0zla8jn2ihmm2rj40chk2"))))
+ (base32 "0zh1lqgsfhz8cmn6ajvcrfbn9iq2ls3adi2g17syzj8xiwvspaj1"))))
(build-system cargo-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
@@ -244,29 +244,29 @@ cards.")
(guix build utils)
((guix build gnu-build-system) #:prefix gnu:))
#:vendor-dir "vendor"
- #:rust ,rust-1.48 ; or newer
+ #:rust ,rust-1.51 ; or newer
#:install-source? #f
#:cargo-inputs
(("rust-backtrace" ,rust-backtrace-0.3)
- ("rust-bitflags" ,rust-bitflags-1)
+ ("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-libc" ,rust-libc-0.2)
("rust-natord" ,rust-natord-1)
- ("rust-nom" ,rust-nom-6)
+ ("rust-nom" ,rust-nom-7)
("rust-once-cell" ,rust-once-cell-1)
("rust-percent-encoding" ,rust-percent-encoding-2)
- ("rust-rand" ,rust-rand-0.8)
("rust-url" ,rust-url-2)
("rust-unicode-width" ,rust-unicode-width-0.1)
("rust-xdg" ,rust-xdg-2))
#:cargo-development-inputs
(("rust-cxx-build" ,rust-cxx-build-1)
("rust-tempfile" ,rust-tempfile-3)
- ("rust-proptest" ,rust-proptest-0.9)
+ ("rust-proptest" ,rust-proptest-1)
("rust-section-testing" ,rust-section-testing-0.0))
#:phases
(modify-phases %standard-phases
- 04/11: gnu: Add rust-proptest-1., (continued)
- 04/11: gnu: Add rust-proptest-1., guix-commits, 2021/10/10
- 05/11: gnu: Add rust-minimal-lexical-0.1., guix-commits, 2021/10/10
- 06/11: gnu: Add rust-nom-7., guix-commits, 2021/10/10
- 01/11: gnu: rust-x86-0.33: Accept newer versions of inputs., guix-commits, 2021/10/10
- 03/11: gnu: Add rust-quick-error-2., guix-commits, 2021/10/10
- 02/11: gnu: Add rust-rand-xorshift-0.3., guix-commits, 2021/10/10
- 09/11: gnu: rust-unicode-width-0.1: Update to 0.1.9., guix-commits, 2021/10/10
- 10/11: gnu: Add rust-bitflags-1.3., guix-commits, 2021/10/10
- 07/11: gnu: rust-bitmaps-2: Fix typo., guix-commits, 2021/10/10
- 08/11: gnu: rust-fastrand-1: Update to 1.5.0., guix-commits, 2021/10/10
- 11/11: gnu: newsboat: Update to 2.25.,
guix-commits <=