From: Efraim Flashner <efraim@flashner.co.il>
To: "VÖRÖSKŐI András" <voroskoi@gmail.com>
Cc: 68481@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 [thread overview]
Message-ID: <ZajXD63bbJDqBIXz@3900XT> (raw)
In-Reply-To: <2d5605634f9ce5377f1d748de6403145cb89917f.1705346939.git.voroskoi@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2555 bytes --]
Was there something wrong with tungstenite@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@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2024-01-18 7:46 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-15 19:18 [bug#68481] Update rbw to 1.9 András Vöröskői
2024-01-15 19:28 ` [bug#68481] [PATCH 01/32] gnu: rust-anstream: Update to 0.6.7 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 02/32] gnu: Add rust-aws-lc-fips-sys-0.11 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 03/32] gnu: Add rust-aws-lc-sys-0.12 VÖRÖSKŐI András
2024-01-18 7:45 ` Efraim Flashner
2024-01-30 19:29 ` András Vöröskői
2024-01-15 19:28 ` [bug#68481] [PATCH 04/32] gnu: Add rust-aws-lc-rs-1 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 05/32] gnu: rust-clap-builder: Update to 4.4.16 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 06/32] gnu: rust-clap: " VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 07/32] gnu: rust-clap-complete: Update to 4.4.6 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 08/32] gnu: Add rust-completest-0.2 VÖRÖSKŐI András
2024-01-18 7:45 ` Efraim Flashner
2024-01-30 19:32 ` András Vöröskői
2024-01-15 19:28 ` [bug#68481] [PATCH 09/32] gnu: rust-env-logger: Update to 0.10.1 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 10/32] gnu: rust-hkdf: Update to 0.12.4 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 11/32] gnu: rust-is-terminal: Update to 0.4.10 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 12/32] gnu: rust-mio: Update to 0.8.10 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 13/32] gnu: Add rust-mirai-annotations-1 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 14/32] gnu: Add rust-rcgen-0.12 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 15/32] gnu: rust-rsa: Update to 0.9.6 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 16/32] gnu: rust-serde-repr: Update to 0.1.18 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 17/32] gnu: rust-socket2: Update to 0.5.5 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 18/32] gnu: rust-spki: Update to 0.7.3 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 19/32] gnu: rust-subtle: Update to 2.5.0 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 20/32] gnu: rust-thiserror-impl: Update to 1.0.56 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 21/32] gnu: rust-thiserror: " VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 22/32] gnu: rust-zeroize: Update to 1.7.0 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 23/32] gnu: Add rust-rustls-webpki-0.102 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 24/32] gnu: Add rust-rustls-native-certs-0.7 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 25/32] gnu: Add rust-rustls-0.22 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 26/32] gnu: Add rust-webpki-roots-0.26 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 27/32] gnu: Add rust-tokio-rustls-0.25 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 28/32] gnu: Add rust-tungstenite-0.21 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 29/32] gnu: Add rust-tokio-tungstenite-0.21 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 30/32] gnu: rust-tokio-macros: Update to 2.2.0 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 31/32] gnu: rust-tokio: Update to 1.35.1 VÖRÖSKŐI András
2024-01-15 19:28 ` [bug#68481] [PATCH 32/32] gnu: rbw: Update to 1.9.0 VÖRÖSKŐI András
2024-01-18 7:45 ` Efraim Flashner [this message]
2024-01-29 19:44 ` András Vöröskői
2024-01-30 19:25 ` [bug#68481] [PATCH v2 01/13] gnu: rust-clap-builder: Update to 4.4.16 VÖRÖSKŐI András
2024-01-30 19:25 ` [bug#68481] [PATCH v2 02/13] gnu: rust-clap: " VÖRÖSKŐI András
2024-01-30 19:25 ` [bug#68481] [PATCH v2 03/13] gnu: Add rust-mirai-annotations-1 VÖRÖSKŐI András
2024-01-30 19:25 ` [bug#68481] [PATCH v2 04/13] gnu: Add rust-rcgen-0.12 VÖRÖSKŐI András
2024-01-30 19:25 ` [bug#68481] [PATCH v2 05/13] gnu: rust-subtle: Update to 2.5.0 VÖRÖSKŐI András
2024-01-30 19:25 ` [bug#68481] [PATCH v2 06/13] gnu: Add rust-rustls-native-certs-0.7 VÖRÖSKŐI András
2024-01-30 19:25 ` [bug#68481] [PATCH v2 07/13] gnu: Add rust-rustls-webpki-0.102 VÖRÖSKŐI András
2024-01-30 19:25 ` [bug#68481] [PATCH v2 08/13] gnu: Add rust-rustls-0.22 VÖRÖSKŐI András
2024-01-30 19:25 ` [bug#68481] [PATCH v2 09/13] gnu: Add rust-webpki-roots-0.26 VÖRÖSKŐI András
2024-01-30 19:25 ` [bug#68481] [PATCH v2 10/13] gnu: Add rust-tokio-rustls-0.25 VÖRÖSKŐI András
2024-01-30 19:25 ` [bug#68481] [PATCH v2 11/13] gnu: Add rust-tungstenite-0.21 VÖRÖSKŐI András
2024-01-30 19:25 ` [bug#68481] [PATCH v2 12/13] gnu: Add rust-tokio-tungstenite-0.21 VÖRÖSKŐI András
2024-01-30 19:25 ` [bug#68481] [PATCH v2 13/13] gnu: rbw: Update to 1.9.0 VÖRÖSKŐI András
2024-02-08 19:09 ` bug#68481: " Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZajXD63bbJDqBIXz@3900XT \
--to=efraim@flashner.co.il \
--cc=68481@debbugs.gnu.org \
--cc=voroskoi@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.