gnu: rbw: Update to 1.9.0.
* gnu/packages/rust-apps.scm (rbw): Update to 1.9.0. [cargo-inputs]: Add rust-is-terminal-0.4. Replace rust-copypasta-0.8 with 0.10, rust-nix-0.24 with 0.26, rust-terminal-size-0.2 with 0.3, rust-tokio-tungstenite-0.19 with 0.20. Change-Id: Ia3675326ad5a82a6668e10ea19a86cf3cb2f8199 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
29c236a2b1
commit
b517c10459
@ -2055,7 +2055,7 @@ runs a command whenever it detects modifications.")
|
||||
(define-public rbw
|
||||
(package
|
||||
(name "rbw")
|
||||
(version "1.8.3")
|
||||
(version "1.9.0")
|
||||
(outputs '("out" "scripts"))
|
||||
(source
|
||||
(origin
|
||||
@ -2063,7 +2063,7 @@ runs a command whenever it detects modifications.")
|
||||
(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"
|
||||
@ -2084,7 +2084,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.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)
|
||||
@ -2094,9 +2094,10 @@ runs a command whenever it detects modifications.")
|
||||
("rust-hkdf" ,rust-hkdf-0.12)
|
||||
("rust-hmac" ,rust-hmac-0.12)
|
||||
("rust-humantime" ,rust-humantime-2)
|
||||
("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.24)
|
||||
("rust-nix" ,rust-nix-0.26)
|
||||
("rust-pbkdf2" ,rust-pbkdf2-0.12)
|
||||
("rust-percent-encoding" ,rust-percent-encoding-2)
|
||||
("rust-pkcs8" ,rust-pkcs8-0.10)
|
||||
@ -2112,12 +2113,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.2)
|
||||
("rust-terminal-size" ,rust-terminal-size-0.3)
|
||||
("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.19)
|
||||
("rust-tokio-tungstenite" ,rust-tokio-tungstenite-0.20)
|
||||
("rust-totp-lite" ,rust-totp-lite-2)
|
||||
("rust-url" ,rust-url-2)
|
||||
("rust-uuid" ,rust-uuid-1)
|
||||
|
Loading…
Reference in New Issue
Block a user