mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-boxxy-0.11: Update to 0.12.1.
* gnu/packages/crates-io.scm (rust-boxxy-0.12): New variable. (rust-boxxy-0.11): Remove variable.
This commit is contained in:
parent
2f097ea1b2
commit
8a8a0aee02
1 changed files with 21 additions and 19 deletions
|
@ -8250,10 +8250,10 @@ (define-public rust-boxfnonce-0.1
|
|||
(description "This package provides a safe FnOnce boxing for Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-boxxy-0.11
|
||||
(define-public rust-boxxy-0.12
|
||||
(package
|
||||
(name "rust-boxxy")
|
||||
(version "0.11.0")
|
||||
(version "0.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8262,38 +8262,40 @@ (define-public rust-boxxy-0.11
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10p8i30ri9rhrmlbdxp9s4k4fgsjq6q6b1x2ncchli1ad6psylms"))))
|
||||
"1q0wpz955y3iwd35bqk3pbx2vx904fhyj75j7d6mrb7ib5fs5kxg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-base64" ,rust-base64-0.10)
|
||||
(("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-base64" ,rust-base64-0.13)
|
||||
("rust-bufstream" ,rust-bufstream-0.1)
|
||||
("rust-caps" ,rust-caps-0.3)
|
||||
("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||
("rust-caps" ,rust-caps-0.5)
|
||||
("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-clap" ,rust-clap-2)
|
||||
("rust-errno" ,rust-errno-0.2)
|
||||
("rust-error-chain" ,rust-error-chain-0.12)
|
||||
("rust-futures" ,rust-futures-0.1)
|
||||
("rust-http" ,rust-http-0.1)
|
||||
("rust-hyper" ,rust-hyper-0.12)
|
||||
("rust-hyper-rustls" ,rust-hyper-rustls-0.17)
|
||||
("rust-futures-util" ,rust-futures-util-0.3)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-libflate" ,rust-libflate-0.1)
|
||||
("rust-libflate" ,rust-libflate-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-nix" ,rust-nix-0.15)
|
||||
("rust-pledge" ,rust-pledge-0.3)
|
||||
("rust-nix" ,rust-nix-0.22)
|
||||
("rust-pledge" ,rust-pledge-0.4)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-reqwest" ,rust-reqwest-0.11)
|
||||
("rust-rustls" ,rust-rustls-0.16)
|
||||
("rust-rustyline" ,rust-rustyline-5)
|
||||
("rust-sha2" ,rust-sha2-0.8)
|
||||
("rust-rustyline" ,rust-rustyline-9)
|
||||
("rust-sha2" ,rust-sha2-0.9)
|
||||
("rust-structopt" ,rust-structopt-0.3)
|
||||
("rust-tar" ,rust-tar-0.4)
|
||||
("rust-tokio-core" ,rust-tokio-core-0.1)
|
||||
("rust-url" ,rust-url-2)
|
||||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-webpki" ,rust-webpki-0.21))
|
||||
#:cargo-development-inputs
|
||||
(("rust-ctrlc" ,rust-ctrlc-3)
|
||||
("rust-elf" ,rust-elf-0.0.10)
|
||||
("rust-env-logger" ,rust-env-logger-0.6))))
|
||||
("rust-env-logger" ,rust-env-logger-0.9)
|
||||
("rust-rustls" ,rust-rustls-0.16)
|
||||
("rust-sha2" ,rust-sha2-0.9))))
|
||||
(native-inputs
|
||||
(list perl))
|
||||
(home-page "https://github.com/kpcyrd/boxxy-rs")
|
||||
(synopsis "Linkable sandbox explorer")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue