mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: rust-assert-cmd-1: Update to 1.0.3.
* gnu/packages/crates-io.scm (rust-assert-cmd-1): Update to 1.0.3. [arguments]: Add rust-bstr Cargo input.
This commit is contained in:
parent
b9ac9757e5
commit
4176544adb
1 changed files with 4 additions and 3 deletions
|
@ -2290,7 +2290,7 @@ (define-public rust-assert-cli-0.6
|
|||
(define-public rust-assert-cmd-1
|
||||
(package
|
||||
(name "rust-assert-cmd")
|
||||
(version "1.0.1")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2299,11 +2299,12 @@ (define-public rust-assert-cmd-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1nhqr0zimizcnqfggccfznyrmvklgqwhklsh0f1yq5lwdyi9r2y8"))))
|
||||
"15h3wfxn1q7sfcrin4z35x9hgf539f2dhkwz2mq4zswlrmc5nizj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
(("rust-bstr" ,rust-bstr-0.2)
|
||||
("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
("rust-predicates" ,rust-predicates-1)
|
||||
("rust-predicates-core" ,rust-predicates-core-1)
|
||||
("rust-predicates-tree" ,rust-predicates-tree-1)
|
||||
|
|
Loading…
Reference in a new issue