aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-09-19 16:07:56 +0300
committerEfraim Flashner <efraim@flashner.co.il>2024-11-28 11:04:29 +0200
commit40f39e1c3e5d16652d49f44ed7f6c840a3d8fef8 (patch)
treef1a412fb6eebe6569c5bcfe19f1e9270b4b234c0 /gnu
parentc9cd6fb39f0776df3a6d9eb055d79be19784556f (diff)
downloadguix-40f39e1c3e5d16652d49f44ed7f6c840a3d8fef8.tar.gz
guix-40f39e1c3e5d16652d49f44ed7f6c840a3d8fef8.zip
gnu: newsboat: Update to 2.36.
* gnu/packages/syndication.scm (newsboat): Update to 2.36. Change-Id: I951138160f1db023ceb994225d07ae80a53eda03
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/syndication.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index da1e9e4dbf..51936bdfc9 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -228,14 +228,14 @@ cards.")
(define-public newsboat
(package
(name "newsboat")
- (version "2.35")
+ (version "2.36")
(source
(origin
(method url-fetch)
(uri (string-append "https://newsboat.org/releases/" version
"/newsboat-" version ".tar.xz"))
(sha256
- (base32 "1i5nil0lwa621ixxp1vwkic56sxsqp46pyq1xw7lrr1qrbv07w7l"))))
+ (base32 "0yh3ryi11rw4fcg0wdn93yrs5d75i5p1bfvkgnxpzpy9ghwpm9k1"))))
(build-system cargo-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)