mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: rust-ntest-test-cases-0.9: Update to 0.9.3.
* gnu/packages/crates-io.scm (rust-ntest-test-cases-0.9): Update to 0.9.3. Change-Id: I9cca262ad175230d91c2813e097f5844f5372091
This commit is contained in:
parent
3b6db2227d
commit
8e33d5df82
1 changed files with 2 additions and 2 deletions
|
@ -48978,14 +48978,14 @@ (define-public rust-ntest-0.7
|
|||
(define-public rust-ntest-test-cases-0.9
|
||||
(package
|
||||
(name "rust-ntest-test-cases")
|
||||
(version "0.9.0")
|
||||
(version "0.9.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ntest_test_cases" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08ifw9zhm1l93wh24k8zrk25sj3k9vpw29sfwq4lsvwwf6z36zdy"))))
|
||||
"14xa1qalxn5lyl0x5ykf2l9sli0xgxp9kgpbd19jwnc8lkrd7l0n"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue