[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/65: gnu: newsboat: Update to 2.30.1.
From: |
guix-commits |
Subject: |
06/65: gnu: newsboat: Update to 2.30.1. |
Date: |
Sun, 15 Jan 2023 04:32:43 -0500 (EST) |
efraim pushed a commit to branch staging
in repository guix.
commit ae5212a077db1ed226544e64cd135b600d5bc421
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 12 17:06:28 2023 +0200
gnu: newsboat: Update to 2.30.1.
* gnu/packages/syndication.scm (newsboat): Update to 2.30.1.
---
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 506245fd17..13a3651bdf 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, 2020, 2021, 2022 Efraim Flashner
<efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2019-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
@@ -224,14 +224,14 @@ cards.")
(define-public newsboat
(package
(name "newsboat")
- (version "2.29")
+ (version "2.30.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://newsboat.org/releases/" version
"/newsboat-" version ".tar.xz"))
(sha256
- (base32 "0szx4pivkaja8v399m6v7ycp1xprm4cz7n5z929g4j191hg81f8q"))))
+ (base32 "0bv0al3inay6jsggaz2zja4j9jp1ffn8bp4i4jr8wd1c9asgsgs1"))))
(build-system cargo-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
- branch staging updated (d9bcd1a8d6 -> b17762ab91), guix-commits, 2023/01/15
- 01/65: gnu: rust-crossbeam-utils-0.8: Update to 0.8.14., guix-commits, 2023/01/15
- 02/65: gnu: rust-lock-api-0.4: Update to 0.4.9., guix-commits, 2023/01/15
- 06/65: gnu: newsboat: Update to 2.30.1.,
guix-commits <=
- 07/65: gnu: rust-critical-section-1: Update to 1.1.1., guix-commits, 2023/01/15
- 05/65: gnu: rust-parking-lot-core-0.9: Update to 0.9.6., guix-commits, 2023/01/15
- 08/65: gnu: rust-regex-1: Update to 1.7.1., guix-commits, 2023/01/15
- 10/65: gnu: rust-serde-derive-1: Update to 1.0.152., guix-commits, 2023/01/15
- 27/65: gnu: rust-serde-stacker-0.1: Update to 0.1.7., guix-commits, 2023/01/15
- 04/65: gnu: rust-parking-lot-0.12: Fix build., guix-commits, 2023/01/15
- 09/65: gnu: rust-serde-1: Update to 1.0.152., guix-commits, 2023/01/15
- 12/65: gnu: rust-nom-7: Update to 7.1.2., guix-commits, 2023/01/15
- 15/65: gnu: rust-cxx-1: Update to 1.0.86., guix-commits, 2023/01/15
- 21/65: gnu: rust-serde-path-to-error-0.1: Update to 0.1.9., guix-commits, 2023/01/15