guix-commits
[Top][All Lists]
Advanced

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

83/276: gnu: newsboat: Update to 2.33.


From: guix-commits
Subject: 83/276: gnu: newsboat: Update to 2.33.
Date: Wed, 18 Oct 2023 04:49:27 -0400 (EDT)

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

commit 9561d792f5ef47606d55ccf8b02590a1bf8e4e14
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 1 21:09:36 2023 +0300

    gnu: newsboat: Update to 2.33.
    
    * gnu/packages/syndication.scm (newsboat): Update to 2.33.
    [arguments]: Don't override vendor-dir.
    [cargo-inputs]: Replace rust-fastrand-1 with 2.
---
 gnu/packages/syndication.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index ac00d396b5..5a9d5ed480 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -224,14 +224,14 @@ cards.")
 (define-public newsboat
   (package
     (name "newsboat")
-    (version "2.32")
+    (version "2.33")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://newsboat.org/releases/"; version
                            "/newsboat-" version ".tar.xz"))
        (sha256
-        (base32 "1rp67fqsnsknlhlq75vgdjg9rggx8j7wbmixvps967m2f92m2qsv"))))
+        (base32 "1yilrfa8h63x24mcl8a6a17fsaa12imhl337br7g2dw3c1g0v78p"))))
     (build-system cargo-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
@@ -252,7 +252,6 @@ cards.")
      `(#:modules ((guix build cargo-build-system)
                   (guix build utils)
                   ((guix build gnu-build-system) #:prefix gnu:))
-       #:vendor-dir "vendor"
        #:install-source? #f
        #:cargo-inputs
        (("rust-backtrace" ,rust-backtrace-0.3)
@@ -261,7 +260,7 @@ cards.")
         ("rust-curl-sys" ,rust-curl-sys-0.4)
         ("rust-cxx" ,rust-cxx-1)
         ("rust-cxx-build" ,rust-cxx-build-1)
-        ("rust-fastrand" ,rust-fastrand-1)
+        ("rust-fastrand" ,rust-fastrand-2)
         ("rust-gettext-rs" ,rust-gettext-rs-0.7)
         ("rust-lexopt" ,rust-lexopt-0.3)
         ("rust-libc" ,rust-libc-0.2)



reply via email to

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