[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
375/472: gnu: newsboat: Update to 2.32.
From: |
guix-commits |
Subject: |
375/472: gnu: newsboat: Update to 2.32. |
Date: |
Tue, 18 Jul 2023 14:09:40 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 57ce0f6186204dd040a1990113b68ba7303b973b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jun 29 13:00:18 2023 +0300
gnu: newsboat: Update to 2.32.
* gnu/packages/syndication.scm (newsboat): Update to 2.32.
[native-inputs]: Use 'supported-package?'.
---
gnu/packages/syndication.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 68c7fce26c..ac00d396b5 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -224,22 +224,21 @@ cards.")
(define-public newsboat
(package
(name "newsboat")
- (version "2.31")
+ (version "2.32")
(source
(origin
(method url-fetch)
(uri (string-append "https://newsboat.org/releases/" version
"/newsboat-" version ".tar.xz"))
(sha256
- (base32 "1nn1akjc3l29gcr0n6g7y39qvmbw8vf5sfmnxd794sgmbki7vbsb"))))
+ (base32 "1rp67fqsnsknlhlq75vgdjg9rggx8j7wbmixvps967m2f92m2qsv"))))
(build-system cargo-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
("openssl" ,openssl)
("pkg-config" ,pkg-config)
;; For building documentation.
- ,@(if (member (%current-system)
- (package-transitive-supported-systems ruby-asciidoctor))
+ ,@(if (supported-package? ruby-asciidoctor)
`(("asciidoctor" ,ruby-asciidoctor))
`())))
(inputs
- 302/472: gnu: rust-trycmd-0.14: Update to 0.14.16., (continued)
- 302/472: gnu: rust-trycmd-0.14: Update to 0.14.16., guix-commits, 2023/07/18
- 307/472: gnu: Add rust-sequoia-wot-0.8., guix-commits, 2023/07/18
- 328/472: gnu: Add rust-subtle-ng-2., guix-commits, 2023/07/18
- 330/472: gnu: Add rust-serde-aux-4., guix-commits, 2023/07/18
- 333/472: gnu: Add rust-ripemd-0.1., guix-commits, 2023/07/18
- 342/472: gnu: Add rust-idea-0.5., guix-commits, 2023/07/18
- 356/472: gnu: Add rust-cmac-0.7., guix-commits, 2023/07/18
- 359/472: gnu: Add rust-cfb-mode-0.8., guix-commits, 2023/07/18
- 368/472: gnu: rust-bitflags-2: Update to 2.3.3., guix-commits, 2023/07/18
- 373/472: gnu: rust-url-2: Update to 2.4.0., guix-commits, 2023/07/18
- 375/472: gnu: newsboat: Update to 2.32.,
guix-commits <=
- 376/472: gnu: rust-curl-sys-0.4: Update to 0.4.63+curl-8.1.2., guix-commits, 2023/07/18
- 379/472: gnu: rust-unicode-normalization-0.1: Update to 0.1.22., guix-commits, 2023/07/18
- 388/472: gnu: rust-indoc-2: Update to 2.0.2., guix-commits, 2023/07/18
- 402/472: gnu: rust-serde-stacker-0.1: Update to 0.1.9., guix-commits, 2023/07/18
- 186/472: gnu: Remove rust-askama-shared-0.11., guix-commits, 2023/07/18
- 192/472: gnu: Remove rust-bindgen-0.49., guix-commits, 2023/07/18
- 189/472: gnu: Remove rust-hyper-rustls-0.17., guix-commits, 2023/07/18
- 196/472: gnu: Remove rust-mesalink-1., guix-commits, 2023/07/18
- 203/472: gnu: Remove rust-polars-io-0.16., guix-commits, 2023/07/18
- 204/472: gnu: Remove rust-polars-core-0.15., guix-commits, 2023/07/18