guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

105/384: gnu: newsboat: Update to 2.36.


From: guix-commits
Subject: 105/384: gnu: newsboat: Update to 2.36.
Date: Thu, 10 Oct 2024 07:57:40 -0400 (EDT)

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

commit cfc4463a29d62ddf206573d11cf1c1402cd22f71
Author: Efraim Flashner <efraim@flashner.co.il>
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

[Prev in Thread] Current Thread [Next in Thread]