guix-commits
[Top][All Lists]
Advanced

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

16/410: gnu: rbw: Update to 1.13.1.


From: guix-commits
Subject: 16/410: gnu: rbw: Update to 1.13.1.
Date: Tue, 31 Dec 2024 14:35:43 -0500 (EST)

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

commit aa02830dabaf4fc07a62fe2b7bd34eefa78c9708
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 30 18:50:19 2024 +0200

    gnu: rbw: Update to 1.13.1.
    
    * gnu/packages/rust-apps.scm (rbw): Update to 1.13.1.
    [cargo-inputs]: Add rust-cli-clipboard-0.4.  Replace
    rust-terminal-size-0.3 with 0.4, rust-tokio-tungstenite-0.23 with 0.24.
    Remove rust-copypasta-0.10.
    
    Change-Id: If4a0584421d72e05a42ec57b1489f7e8eb13315a
---
 gnu/packages/rust-apps.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index ac6234d98e..d1e8a618c7 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -3312,7 +3312,7 @@ runs a command whenever it detects modifications.")
 (define-public rbw
   (package
     (name "rbw")
-    (version "1.12.1")
+    (version "1.13.1")
     (outputs '("out" "scripts"))
     (source
      (origin
@@ -3320,7 +3320,7 @@ runs a command whenever it detects modifications.")
        (uri (crate-uri "rbw" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "175i4by97rnnpfxmy3cb8qlpf4ij793l37ln9q8n4fcq5dj84hs1"))
+        (base32 "1viadih6ijwxlinjshkzfyhxvk00jbm643v6gpwp463ylsjpvvyd"))
        (modules '((guix build utils)))
        (snippet
         '(begin (substitute* "Cargo.toml"
@@ -3341,7 +3341,7 @@ runs a command whenever it detects modifications.")
         ("rust-cbc" ,rust-cbc-0.1)
         ("rust-clap" ,rust-clap-4)
         ("rust-clap-complete" ,rust-clap-complete-4)
-        ("rust-copypasta" ,rust-copypasta-0.10)
+        ("rust-cli-clipboard" ,rust-cli-clipboard-0.4)
         ("rust-daemonize" ,rust-daemonize-0.5)
         ("rust-directories" ,rust-directories-5)
         ("rust-env-logger" ,rust-env-logger-0.11)
@@ -3372,12 +3372,12 @@ runs a command whenever it detects modifications.")
         ("rust-sha1" ,rust-sha1-0.10)
         ("rust-sha2" ,rust-sha2-0.10)
         ("rust-tempfile" ,rust-tempfile-3)
-        ("rust-terminal-size" ,rust-terminal-size-0.3)
+        ("rust-terminal-size" ,rust-terminal-size-0.4)
         ("rust-textwrap" ,rust-textwrap-0.16)
         ("rust-thiserror" ,rust-thiserror-1)
         ("rust-tokio" ,rust-tokio-1)
         ("rust-tokio-stream" ,rust-tokio-stream-0.1)
-        ("rust-tokio-tungstenite" ,rust-tokio-tungstenite-0.23)
+        ("rust-tokio-tungstenite" ,rust-tokio-tungstenite-0.24)
         ("rust-totp-lite" ,rust-totp-lite-2)
         ("rust-url" ,rust-url-2)
         ("rust-urlencoding" ,rust-urlencoding-2)



reply via email to

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