[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
362/475: gnu: newsboat: Update to 2.31.
From: |
guix-commits |
Subject: |
362/475: gnu: newsboat: Update to 2.31. |
Date: |
Sun, 7 May 2023 12:48:09 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 2f097ea1b2e3487f637b8f37a81e9d753619f499
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Apr 16 13:07:21 2023 +0300
gnu: newsboat: Update to 2.31.
* gnu/packages/syndication.scm (newsboat): Update to 2.31.
[cargo-inputs]: Replace rust-bitflags-1 with 2, rust-lexopt-0.2 with
0.3.
---
gnu/packages/syndication.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index ad01c750e4..a53b1e2f6d 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -224,14 +224,14 @@ cards.")
(define-public newsboat
(package
(name "newsboat")
- (version "2.30.1")
+ (version "2.31")
(source
(origin
(method url-fetch)
(uri (string-append "https://newsboat.org/releases/" version
"/newsboat-" version ".tar.xz"))
(sha256
- (base32 "0bv0al3inay6jsggaz2zja4j9jp1ffn8bp4i4jr8wd1c9asgsgs1"))))
+ (base32 "1nn1akjc3l29gcr0n6g7y39qvmbw8vf5sfmnxd794sgmbki7vbsb"))))
(build-system cargo-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
@@ -257,14 +257,14 @@ cards.")
#:install-source? #f
#:cargo-inputs
(("rust-backtrace" ,rust-backtrace-0.3)
- ("rust-bitflags" ,rust-bitflags-1)
+ ("rust-bitflags" ,rust-bitflags-2)
("rust-chrono" ,rust-chrono-0.4)
("rust-curl-sys" ,rust-curl-sys-0.4)
("rust-cxx" ,rust-cxx-1)
("rust-cxx-build" ,rust-cxx-build-1)
("rust-fastrand" ,rust-fastrand-1)
("rust-gettext-rs" ,rust-gettext-rs-0.7)
- ("rust-lexopt" ,rust-lexopt-0.2)
+ ("rust-lexopt" ,rust-lexopt-0.3)
("rust-libc" ,rust-libc-0.2)
("rust-md5" ,rust-md5-0.7)
("rust-natord" ,rust-natord-1)
- 337/475: gnu: rust-rkyv-0.7: Update to 0.7.40., (continued)
- 337/475: gnu: rust-rkyv-0.7: Update to 0.7.40., guix-commits, 2023/05/07
- 361/475: gnu: rust-fastrand-1: Update to 1.9.0., guix-commits, 2023/05/07
- 342/475: gnu: Add rust-castaway-0.2., guix-commits, 2023/05/07
- 343/475: gnu: rust-serde-1: Update to 1.0.158., guix-commits, 2023/05/07
- 341/475: gnu: rust-serde-derive-1: Update to 1.0.158., guix-commits, 2023/05/07
- 352/475: gnu: rust-bytecount-0.6: Update to 0.6.2., guix-commits, 2023/05/07
- 379/475: gnu: Add rust-objc-sys-0.2., guix-commits, 2023/05/07
- 355/475: gnu: rust: Disable tests that fail on aarch64., guix-commits, 2023/05/07
- 398/475: gnu: Add rust-simple-logger-2., guix-commits, 2023/05/07
- 384/475: gnu: rust-wayland-client-0.29: Update to 0.29.5., guix-commits, 2023/05/07
- 362/475: gnu: newsboat: Update to 2.31.,
guix-commits <=
- 404/475: gnu: Add rust-x11rb-protocol-0.10., guix-commits, 2023/05/07
- 367/475: gnu: rust-pktparse-0.5: Update to 0.7.1., guix-commits, 2023/05/07
- 360/475: gnu: rust-once-cell-1: Update to 1.17.1., guix-commits, 2023/05/07
- 380/475: gnu: Add rust-objc2-proc-macros-0.1., guix-commits, 2023/05/07
- 395/475: gnu: rust-x11-dl-2: Update to 2.21.0., guix-commits, 2023/05/07
- 412/475: gnu: rust-notify-5: Update to 5.1.0., guix-commits, 2023/05/07
- 421/475: gnu: rust-serde-json-1: Update to 1.0.96., guix-commits, 2023/05/07
- 416/475: gnu: Add rust-sdl2-sys-0.35., guix-commits, 2023/05/07
- 414/475: gnu: Add rust-unindent-0.2., guix-commits, 2023/05/07
- 381/475: gnu: Add rust-objc2-encode-2., guix-commits, 2023/05/07