gnu: rust-assert-cmd-1: Update to 1.0.5.
* gnu/packages/crates-io.scm (rust-assert-cmd-1): Update to 1.0.5.
This commit is contained in:
parent
9dbadaed88
commit
179731852c
1 changed files with 2 additions and 2 deletions
|
@ -2475,7 +2475,7 @@ (define-public rust-assert-cli-0.6
|
||||||
(define-public rust-assert-cmd-1
|
(define-public rust-assert-cmd-1
|
||||||
(package
|
(package
|
||||||
(name "rust-assert-cmd")
|
(name "rust-assert-cmd")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2484,7 +2484,7 @@ (define-public rust-assert-cmd-1
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"127mhhjbclg63rfhmy0jc382w5x7y6aig0b9rhnyfkbymk0zwmwg"))))
|
"0j2s0i585yf6h4nzdr88hc3f2j000qrlvpsdvzznfx98vzanp2x8"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue