mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: Remove rust-rstest-0.10.
* gnu/packages/crates-io.scm (rust-rstest-0.10): Delete variable. Change-Id: I8bed34e1fa85c294a80ccae3943550420a0ae3d7
This commit is contained in:
parent
d9a08946fc
commit
0110f21cbc
1 changed files with 0 additions and 21 deletions
|
@ -65805,27 +65805,6 @@ procedural macro to implement fixtures and table based tests.")
|
||||||
("rust-rustc-version" ,rust-rustc-version-0.4)
|
("rust-rustc-version" ,rust-rustc-version-0.4)
|
||||||
("rust-syn" ,rust-syn-1))))))
|
("rust-syn" ,rust-syn-1))))))
|
||||||
|
|
||||||
(define-public rust-rstest-0.10
|
|
||||||
(package
|
|
||||||
(inherit rust-rstest-0.15)
|
|
||||||
(name "rust-rstest")
|
|
||||||
(version "0.10.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "rstest" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1bwhy92fsqc05y8x9iyyq9sykinh0gxnl25zpdca3xhl5hhb06q4"))))
|
|
||||||
(arguments
|
|
||||||
(list #:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
`(("rust-cfg-if" ,rust-cfg-if-1)
|
|
||||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
|
||||||
("rust-quote" ,rust-quote-1)
|
|
||||||
("rust-rustc-version" ,rust-rustc-version-0.3)
|
|
||||||
("rust-syn" ,rust-syn-1))))))
|
|
||||||
|
|
||||||
(define-public rust-rstest-macros-0.23
|
(define-public rust-rstest-macros-0.23
|
||||||
(package
|
(package
|
||||||
(name "rust-rstest-macros")
|
(name "rust-rstest-macros")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue