guix-commits
[Top][All Lists]
Advanced

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

05/109: gnu: newsboat: Update to 2.34.


From: guix-commits
Subject: 05/109: gnu: newsboat: Update to 2.34.
Date: Wed, 27 Dec 2023 10:10:38 -0500 (EST)

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

commit d48df32633bc25d3865ec07fccb636ee24b64026
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 27 08:45:29 2023 +0200

    gnu: newsboat: Update to 2.34.
    
    * gnu/packages/syndication.scm (newsboat): Update to 2.34.
    [cargo-inputs]: Remove rust-once-cell-1.
    
    Change-Id: I62d7266add95110e6b43303ee13572965475958e
---
 gnu/packages/syndication.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index a9e5b80bbf..98fcd610b8 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -223,14 +223,14 @@ cards.")
 (define-public newsboat
   (package
     (name "newsboat")
-    (version "2.33")
+    (version "2.34")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://newsboat.org/releases/"; version
                            "/newsboat-" version ".tar.xz"))
        (sha256
-        (base32 "1yilrfa8h63x24mcl8a6a17fsaa12imhl337br7g2dw3c1g0v78p"))))
+        (base32 "0kj3qbm3881fkrplvgnng4747bh29a8f2hhm7a2gc1n9n0wvbmvk"))))
     (build-system cargo-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
@@ -266,7 +266,6 @@ cards.")
         ("rust-md5" ,rust-md5-0.7)
         ("rust-natord" ,rust-natord-1)
         ("rust-nom" ,rust-nom-7)
-        ("rust-once-cell" ,rust-once-cell-1)
         ("rust-percent-encoding" ,rust-percent-encoding-2)
         ("rust-url" ,rust-url-2)
         ("rust-unicode-width" ,rust-unicode-width-0.1)



reply via email to

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