efraim pushed a commit to branch rust-team
in repository guix.

commit cfc4463a29d62ddf206573d11cf1c1402cd22f71
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Sep 19 16:07:56 2024 +0300

    gnu: newsboat: Update to 2.36.
    
    * gnu/packages/syndication.scm (newsboat): Update to 2.36.
    
    Change-Id: I951138160f1db023ceb994225d07ae80a53eda03
---
 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 dc440feb8c..bfea68916d 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -226,14 +226,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)

Reply via email to