mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Remove rust-expectest-0.9.
* gnu/packages/crates-io.scm (rust-expectest-0.9): Delete variable.
This commit is contained in:
parent
2588fa3680
commit
7640e0c924
1 changed files with 0 additions and 16 deletions
|
@ -21637,22 +21637,6 @@ (define-public rust-expectest-0.12
|
|||
testing.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-expectest-0.9
|
||||
(package
|
||||
(inherit rust-expectest-0.12)
|
||||
(name "rust-expectest")
|
||||
(version "0.9.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "expectest" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0f24q2a53x7sfmmrqjbwbk7pahzwkpd829fcr023kb7q5xnd6z4g"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-num-traits" ,rust-num-traits-0.1))))))
|
||||
|
||||
(define-public rust-extend-0.1
|
||||
(package
|
||||
(name "rust-extend")
|
||||
|
|
Loading…
Reference in a new issue