mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 00:50:35 +02:00
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
This commit is contained in:
@@ -3306,7 +3306,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
|
||||
@@ -3314,7 +3314,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"
|
||||
@@ -3335,7 +3335,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)
|
||||
@@ -3366,12 +3366,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)
|
||||
|
||||
Reference in New Issue
Block a user