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

commit 66181a4e2611fbb11b5a58a70ccec15a463c2c60
Author: VÖRÖSKŐI András <[email protected]>
AuthorDate: Sat May 18 08:45:58 2024 +0200

    gnu: rbw: Update to 1.10.2.
    
    * gnu/packages/rust-apps.scm (rbw): Update to 1.10.2.
    [cargo-inputs]: Replace rust-base64-0.21 with 0.22, rust-env-logger-0.10
    with 0.11, rust-nix-0.26 with 0.28, rust-reqwest-0.11 with 0.12,
    rust-tokio-tungstenite-0.20 with 0.21.
    
    Change-Id: If84a94cb20f31f3056600b910b61ea63f4f84dfd
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/rust-apps.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 0a7ad68bf3..e93751c28b 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -3288,7 +3288,7 @@ runs a command whenever it detects modifications.")
 (define-public rbw
   (package
     (name "rbw")
-    (version "1.9.0")
+    (version "1.10.2")
     (outputs '("out" "scripts"))
     (source
      (origin
@@ -3296,7 +3296,7 @@ runs a command whenever it detects modifications.")
        (uri (crate-uri "rbw" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0rlp55kcac9k0rz1zfhyslkfgsim1ka6bkllfzqrayvdfyxqq51i"))
+        (base32 "0dr0fv2iligj0svwk1d3lrx37s0g75lk8qwsg90dpfy5bn92hh3d"))
        (modules '((guix build utils)))
        (snippet
         '(begin (substitute* "Cargo.toml"
@@ -3312,7 +3312,7 @@ runs a command whenever it detects modifications.")
         ("rust-arrayvec" ,rust-arrayvec-0.7)
         ("rust-async-trait" ,rust-async-trait-0.1)
         ("rust-base32" ,rust-base32-0.4)
-        ("rust-base64" ,rust-base64-0.21)
+        ("rust-base64" ,rust-base64-0.22)
         ("rust-block-padding" ,rust-block-padding-0.3)
         ("rust-cbc" ,rust-cbc-0.1)
         ("rust-clap" ,rust-clap-4)
@@ -3320,7 +3320,7 @@ runs a command whenever it detects modifications.")
         ("rust-copypasta" ,rust-copypasta-0.10)
         ("rust-daemonize" ,rust-daemonize-0.5)
         ("rust-directories" ,rust-directories-5)
-        ("rust-env-logger" ,rust-env-logger-0.10)
+        ("rust-env-logger" ,rust-env-logger-0.11)
         ("rust-futures" ,rust-futures-0.3)
         ("rust-futures-channel" ,rust-futures-channel-0.3)
         ("rust-futures-util" ,rust-futures-util-0.3)
@@ -3330,13 +3330,13 @@ runs a command whenever it detects modifications.")
         ("rust-is-terminal" ,rust-is-terminal-0.4)
         ("rust-libc" ,rust-libc-0.2)
         ("rust-log" ,rust-log-0.4)
-        ("rust-nix" ,rust-nix-0.26)
+        ("rust-nix" ,rust-nix-0.28)
         ("rust-pbkdf2" ,rust-pbkdf2-0.12)
         ("rust-percent-encoding" ,rust-percent-encoding-2)
         ("rust-pkcs8" ,rust-pkcs8-0.10)
         ("rust-rand" ,rust-rand-0.8)
         ("rust-region" ,rust-region-3)
-        ("rust-reqwest" ,rust-reqwest-0.11)
+        ("rust-reqwest" ,rust-reqwest-0.12)
         ("rust-rmpv" ,rust-rmpv-1)
         ("rust-rsa" ,rust-rsa-0.9)
         ("rust-serde" ,rust-serde-1)
@@ -3351,7 +3351,7 @@ runs a command whenever it detects modifications.")
         ("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.20)
+        ("rust-tokio-tungstenite" ,rust-tokio-tungstenite-0.21)
         ("rust-totp-lite" ,rust-totp-lite-2)
         ("rust-url" ,rust-url-2)
         ("rust-uuid" ,rust-uuid-1)

Reply via email to