mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Remove rust-flaky-test-0.1.
* gnu/packages/crates-io.scm (rust-flaky-test-0.1): Delete variable. Change-Id: I0a05e66f3d1903aca16f23e2288e542b66b8a00e
This commit is contained in:
parent
455660573c
commit
60133f9da9
1 changed files with 0 additions and 18 deletions
|
@ -27168,24 +27168,6 @@ (define-public rust-flaky-test-0.2
|
|||
test multiple times.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-flaky-test-0.1
|
||||
(package
|
||||
(inherit rust-flaky-test-0.2)
|
||||
(name "rust-flaky-test")
|
||||
(version "0.1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "flaky_test" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"14yvm0knhcx0xfwlykir2v198x5bpwf333yrdl2mmkv8n5gdx727"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-flaky-test-impl-0.2
|
||||
(package
|
||||
(name "rust-flaky-test-impl")
|
||||
|
|
Loading…
Reference in a new issue