mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add rust-ntest-timeout-0.7.
* gnu/packages/crates-io.scm (rust-ntest-timeout-0.7): New variable.
This commit is contained in:
parent
8f38b2b49c
commit
cf2e225ef8
1 changed files with 20 additions and 0 deletions
|
@ -43364,6 +43364,26 @@ (define-public rust-ntest-timeout-0.8
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-1))))))
|
("rust-syn" ,rust-syn-1))))))
|
||||||
|
|
||||||
|
(define-public rust-ntest-timeout-0.7
|
||||||
|
(package
|
||||||
|
(inherit rust-ntest-timeout-0.8)
|
||||||
|
(name "rust-ntest-timeout")
|
||||||
|
(version "0.7.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "ntest-timeout" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "08v3r6hggh43qabl887pkz88k6lg6hrc62mppxyabb0pw44v03di"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-ntest-proc-macro-helper" ,rust-ntest-proc-macro-helper-0.7)
|
||||||
|
("rust-proc-macro-crate" ,rust-proc-macro-crate-1)
|
||||||
|
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-1))))))
|
||||||
|
|
||||||
(define-public rust-ntest-proc-macro-helper-0.8
|
(define-public rust-ntest-proc-macro-helper-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-ntest-proc-macro-helper")
|
(name "rust-ntest-proc-macro-helper")
|
||||||
|
|
Loading…
Reference in a new issue