mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add rust-wiremock-0.6.
* gnu/packages/crates-web.scm (rust-wiremock-0.6): New variable. (rust-wiremock-0.5): Remove variable. Change-Id: I0972e2cf18b6b1633779835e951467e65ed4a42b
This commit is contained in:
parent
afb9317a3f
commit
2d24c2a6bf
1 changed files with 12 additions and 11 deletions
|
@ -8752,37 +8752,38 @@ (define-public rust-webview-sys-0.6
|
|||
GUIs as desktop applications.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-wiremock-0.5
|
||||
(define-public rust-wiremock-0.6
|
||||
(package
|
||||
(name "rust-wiremock")
|
||||
(version "0.5.22")
|
||||
(version "0.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wiremock" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1sf2adr5q3xqrj4sa89fmbr5vl3x51wb1cfp63fr1wrlmwzab8qk"))))
|
||||
(base32 "0imn56d44yvcvxwxi7srrdzwpfi7zs9qzzf7hi407jp732cldzvz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-assert-json-diff" ,rust-assert-json-diff-2)
|
||||
("rust-async-trait" ,rust-async-trait-0.1)
|
||||
("rust-base64" ,rust-base64-0.21)
|
||||
("rust-deadpool" ,rust-deadpool-0.9)
|
||||
("rust-base64" ,rust-base64-0.22)
|
||||
("rust-deadpool" ,rust-deadpool-0.10)
|
||||
("rust-futures" ,rust-futures-0.3)
|
||||
("rust-futures-timer" ,rust-futures-timer-3)
|
||||
("rust-http-types" ,rust-http-types-2)
|
||||
("rust-hyper" ,rust-hyper-0.14)
|
||||
("rust-http" ,rust-http-1)
|
||||
("rust-http-body-util" ,rust-http-body-util-0.1)
|
||||
("rust-hyper" ,rust-hyper-1)
|
||||
("rust-hyper-util" ,rust-hyper-util-0.1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-tokio" ,rust-tokio-1))
|
||||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-url" ,rust-url-2))
|
||||
#:cargo-development-inputs (("rust-actix-rt" ,rust-actix-rt-2)
|
||||
("rust-async-std" ,rust-async-std-1)
|
||||
("rust-isahc" ,rust-isahc-1)
|
||||
("rust-reqwest" ,rust-reqwest-0.11)
|
||||
("rust-reqwest" ,rust-reqwest-0.12)
|
||||
("rust-surf" ,rust-surf-2)
|
||||
("rust-tokio" ,rust-tokio-1))))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue