[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
375/379: gnu: newsboat: Update to 2.32.
From: |
guix-commits |
Subject: |
375/379: gnu: newsboat: Update to 2.32. |
Date: |
Thu, 29 Jun 2023 12:35:29 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit b57c7de37933f075b5716881979291f09270c0de
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
- 356/379: gnu: Add rust-cmac-0.7., (continued)
- 356/379: gnu: Add rust-cmac-0.7., guix-commits, 2023/06/29
- 357/379: gnu: Add rust-clap-mangen-0.2., guix-commits, 2023/06/29
- 359/379: gnu: Add rust-cfb-mode-0.8., guix-commits, 2023/06/29
- 363/379: gnu: rust-clap-complete-4: Update to 4.3.0., guix-commits, 2023/06/29
- 364/379: gnu: fd: Adjust for newer rust-clap-4., guix-commits, 2023/06/29
- 366/379: gnu: rust-ring-0.16: Enable tests., guix-commits, 2023/06/29
- 369/379: gnu: Add rust-flamer-0.4., guix-commits, 2023/06/29
- 370/379: gnu: Add rust-idna-0.4., guix-commits, 2023/06/29
- 379/379: gnu: rust-unicode-normalization-0.1: Update to 0.1.22., guix-commits, 2023/06/29
- 376/379: gnu: rust-curl-sys-0.4: Update to 0.4.63+curl-8.1.2., guix-commits, 2023/06/29
- 375/379: gnu: newsboat: Update to 2.32.,
guix-commits <=
- 377/379: gnu: rust-form-urlencoded-1: Update to 1.2.0., guix-commits, 2023/06/29
- 378/379: gnu: rust-percent-encoding-2: Update to 2.3.0., guix-commits, 2023/06/29