GNU bug report logs - #68481
Update rbw to 1.9

Previous Next

Package: guix-patches;

Reported by: András Vöröskői <voroskoi <at> gmail.com>

Date: Mon, 15 Jan 2024 19:20:01 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Efraim Flashner <efraim <at> flashner.co.il>
To: VÖRÖSKŐI András <voroskoi <at> gmail.com>
Cc: 68481 <at> debbugs.gnu.org
Subject: [bug#68481] [PATCH 32/32] gnu: rbw: Update to 1.9.0.
Date: Thu, 18 Jan 2024 09:45:19 +0200
[Message part 1 (text/plain, inline)]
Was there something wrong with tungstenite <at> 0.20?

On Mon, Jan 15, 2024 at 08:28:59PM +0100, VÖRÖSKŐI András wrote:
> * gnu/packages/rust-apps.scm (rbw): Update to 1.9.0.
> 
> Change-Id: Ia3675326ad5a82a6668e10ea19a86cf3cb2f8199
> ---
>  gnu/packages/rust-apps.scm | 14 ++++++++++----
>  1 file changed, 10 insertions(+), 4 deletions(-)
> 
> diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
> index 0df46b9b1d..20490ef2ff 100644
> --- a/gnu/packages/rust-apps.scm
> +++ b/gnu/packages/rust-apps.scm
> @@ -1975,7 +1975,7 @@ (define-public watchexec
>  (define-public rbw
>    (package
>      (name "rbw")
> -    (version "1.8.3")
> +    (version "1.9.0")
>      (outputs '("out" "scripts"))
>      (source
>       (origin
> @@ -1983,7 +1983,13 @@ (define-public rbw
>         (uri (crate-uri "rbw" version))
>         (file-name (string-append name "-" version ".tar.gz"))
>         (sha256
> -        (base32 "1p8bzpqgdc20l2vbb80gsb2ri5j16af958bixpnnp73mfvwzxvg1"))))
> +        (base32 "0rlp55kcac9k0rz1zfhyslkfgsim1ka6bkllfzqrayvdfyxqq51i"))
> +       (modules '((guix build utils)))
> +       (snippet
> +        '(begin
> +           (substitute* "Cargo.toml"
> +             ;; Change version requirement for rust-tungstenite
> +             (("0.20") "0.21"))))))
>      (build-system cargo-build-system)
>      (arguments
>       `(#:install-source? #f
> @@ -1999,7 +2005,7 @@ (define-public rbw
>          ("rust-cbc" ,rust-cbc-0.1)
>          ("rust-clap" ,rust-clap-4)
>          ("rust-clap-complete" ,rust-clap-complete-4)
> -        ("rust-copypasta" ,rust-copypasta-0.8)
> +        ("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)
> @@ -2032,7 +2038,7 @@ (define-public rbw
>          ("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.19)
> +        ("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)
> -- 
> 2.41.0
> 
> 
> 

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 164 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.