mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 <efraim@flashner.co.il>
This commit is contained in:
parent
55f08151dd
commit
e4c31be0aa
1 changed files with 7 additions and 7 deletions
|
@ -3281,7 +3281,7 @@ runs a command whenever it detects modifications.")
|
||||||
(define-public rbw
|
(define-public rbw
|
||||||
(package
|
(package
|
||||||
(name "rbw")
|
(name "rbw")
|
||||||
(version "1.9.0")
|
(version "1.10.2")
|
||||||
(outputs '("out" "scripts"))
|
(outputs '("out" "scripts"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -3289,7 +3289,7 @@ runs a command whenever it detects modifications.")
|
||||||
(uri (crate-uri "rbw" version))
|
(uri (crate-uri "rbw" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rlp55kcac9k0rz1zfhyslkfgsim1ka6bkllfzqrayvdfyxqq51i"))
|
(base32 "0dr0fv2iligj0svwk1d3lrx37s0g75lk8qwsg90dpfy5bn92hh3d"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (substitute* "Cargo.toml"
|
'(begin (substitute* "Cargo.toml"
|
||||||
|
@ -3305,7 +3305,7 @@ runs a command whenever it detects modifications.")
|
||||||
("rust-arrayvec" ,rust-arrayvec-0.7)
|
("rust-arrayvec" ,rust-arrayvec-0.7)
|
||||||
("rust-async-trait" ,rust-async-trait-0.1)
|
("rust-async-trait" ,rust-async-trait-0.1)
|
||||||
("rust-base32" ,rust-base32-0.4)
|
("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-block-padding" ,rust-block-padding-0.3)
|
||||||
("rust-cbc" ,rust-cbc-0.1)
|
("rust-cbc" ,rust-cbc-0.1)
|
||||||
("rust-clap" ,rust-clap-4)
|
("rust-clap" ,rust-clap-4)
|
||||||
|
@ -3313,7 +3313,7 @@ runs a command whenever it detects modifications.")
|
||||||
("rust-copypasta" ,rust-copypasta-0.10)
|
("rust-copypasta" ,rust-copypasta-0.10)
|
||||||
("rust-daemonize" ,rust-daemonize-0.5)
|
("rust-daemonize" ,rust-daemonize-0.5)
|
||||||
("rust-directories" ,rust-directories-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" ,rust-futures-0.3)
|
||||||
("rust-futures-channel" ,rust-futures-channel-0.3)
|
("rust-futures-channel" ,rust-futures-channel-0.3)
|
||||||
("rust-futures-util" ,rust-futures-util-0.3)
|
("rust-futures-util" ,rust-futures-util-0.3)
|
||||||
|
@ -3323,13 +3323,13 @@ runs a command whenever it detects modifications.")
|
||||||
("rust-is-terminal" ,rust-is-terminal-0.4)
|
("rust-is-terminal" ,rust-is-terminal-0.4)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-log" ,rust-log-0.4)
|
("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-pbkdf2" ,rust-pbkdf2-0.12)
|
||||||
("rust-percent-encoding" ,rust-percent-encoding-2)
|
("rust-percent-encoding" ,rust-percent-encoding-2)
|
||||||
("rust-pkcs8" ,rust-pkcs8-0.10)
|
("rust-pkcs8" ,rust-pkcs8-0.10)
|
||||||
("rust-rand" ,rust-rand-0.8)
|
("rust-rand" ,rust-rand-0.8)
|
||||||
("rust-region" ,rust-region-3)
|
("rust-region" ,rust-region-3)
|
||||||
("rust-reqwest" ,rust-reqwest-0.11)
|
("rust-reqwest" ,rust-reqwest-0.12)
|
||||||
("rust-rmpv" ,rust-rmpv-1)
|
("rust-rmpv" ,rust-rmpv-1)
|
||||||
("rust-rsa" ,rust-rsa-0.9)
|
("rust-rsa" ,rust-rsa-0.9)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
|
@ -3344,7 +3344,7 @@ runs a command whenever it detects modifications.")
|
||||||
("rust-thiserror" ,rust-thiserror-1)
|
("rust-thiserror" ,rust-thiserror-1)
|
||||||
("rust-tokio" ,rust-tokio-1)
|
("rust-tokio" ,rust-tokio-1)
|
||||||
("rust-tokio-stream" ,rust-tokio-stream-0.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-totp-lite" ,rust-totp-lite-2)
|
||||||
("rust-url" ,rust-url-2)
|
("rust-url" ,rust-url-2)
|
||||||
("rust-uuid" ,rust-uuid-1)
|
("rust-uuid" ,rust-uuid-1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue