[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: newsboat: Update to 2.22.1.
From: |
guix-commits |
Subject: |
02/04: gnu: newsboat: Update to 2.22.1. |
Date: |
Mon, 11 Jan 2021 04:45:23 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 5aa45d34773863d6519d4ec66318a694edafccbd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 11 10:47:40 2021 +0200
gnu: newsboat: Update to 2.22.1.
* gnu/packages/syndication.scm (newsboat): Update to 2.22.1.
---
gnu/packages/syndication.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 72dbee1..54fa221 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -56,7 +56,7 @@
(define-public newsboat
(package
(name "newsboat")
- (version "2.22")
+ (version "2.22.1")
(source
(origin
(method url-fetch)
@@ -64,7 +64,7 @@
"/newsboat-" version ".tar.xz"))
(sha256
(base32
- "146p3j46hna1m8zlacb9q1ljnldwv6xrjbaplm94f2x0v4azi1jj"))))
+ "1476fmfw2hkrjwyr3f7k9316lzwnn2b1dbc51rybcxipqlfg8849"))))
(build-system cargo-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)