efraim pushed a commit to branch rust-team
in repository guix.
commit f11d97f82bd0240695c9682e85dc700e4a78973a
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Mar 28 16:35:05 2024 +0200
gnu: newsboat: Update to 2.35.
* gnu/packages/syndication.scm (newsboat): Update to 2.35.
Change-Id: I60c4fd480fb40a95c24cb5740a48f64fc11eea81
---
gnu/packages/syndication.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 7d9a27bbc3..aa94721da5 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-2023 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2019-2024 Efraim Flashner <[email protected]>
;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2020, 2023 Vinicius Monego <[email protected]>
;;; Copyright © 2021 Felix Gruber <[email protected]>
@@ -224,14 +224,14 @@ cards.")
(define-public newsboat
(package
(name "newsboat")
- (version "2.34")
+ (version "2.35")
(source
(origin
(method url-fetch)
(uri (string-append "https://newsboat.org/releases/" version
"/newsboat-" version ".tar.xz"))
(sha256
- (base32 "0kj3qbm3881fkrplvgnng4747bh29a8f2hhm7a2gc1n9n0wvbmvk"))))
+ (base32 "1i5nil0lwa621ixxp1vwkic56sxsqp46pyq1xw7lrr1qrbv07w7l"))))
(build-system cargo-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)