mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: Remove rust-docopt-0.8.
* gnu/packages/crates-io.scm (rust-docopt-0.8): Delete variable. Change-Id: I7a8f496581f02791a2f030f867f7f53bbaf2e5f7
This commit is contained in:
parent
91632a3f6e
commit
c93861c53c
1 changed files with 0 additions and 20 deletions
|
@ -19097,26 +19097,6 @@ (define-public rust-docopt-1
|
|||
(description "Command line argument parsing.")
|
||||
(license (list license:expat license:unlicense))))
|
||||
|
||||
(define-public rust-docopt-0.8
|
||||
(package
|
||||
(inherit rust-docopt-1)
|
||||
(name "rust-docopt")
|
||||
(version "0.8.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "docopt" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0jha611mffc2qnxvdl3pmglz07akl99lk1vihhb3nl1cd69x7b6q"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-regex" ,rust-regex-0.2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1)
|
||||
("rust-strsim" ,rust-strsim-0.6))))))
|
||||
|
||||
(define-public rust-docopt-0.7
|
||||
(package
|
||||
(inherit rust-docopt-1)
|
||||
|
|
Loading…
Reference in a new issue