mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: Remove rust-dialoguer-0.3.
* gnu/packages/crates-io.scm (rust-dialoguer-0.3): Delete variable.
This commit is contained in:
parent
b8d2c2cac7
commit
33616a129f
1 changed files with 0 additions and 22 deletions
|
@ -18183,28 +18183,6 @@ (define-public rust-dialoguer-0.6
|
||||||
"This package provides a library for command line prompts and the like.")
|
"This package provides a library for command line prompts and the like.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-dialoguer-0.3
|
|
||||||
(package
|
|
||||||
(inherit rust-dialoguer-0.6)
|
|
||||||
(name "rust-dialoguer")
|
|
||||||
(version "0.3.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "dialoguer" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1a9gqvqp83gg4jbm286q5ab3l44zyyzlsdaiqmw8x4k80fdc5l8s"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-test-flags '("--lib")
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-console" ,rust-console-0.11)
|
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
|
||||||
("rust-tempfile" ,rust-tempfile-2))))))
|
|
||||||
|
|
||||||
(define-public rust-diesel-1
|
(define-public rust-diesel-1
|
||||||
(package
|
(package
|
||||||
(name "rust-diesel")
|
(name "rust-diesel")
|
||||||
|
|
Loading…
Reference in a new issue