mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Remove rust-cargo-options-0.6.
* gnu/packages/crates-io.scm (rust-cargo-options-0.6): Delete variable. Change-Id: I8f58ee8050875d876aef5e68dcc1fc587110e00f
This commit is contained in:
parent
f88693bfd2
commit
84e25b35e5
1 changed files with 0 additions and 16 deletions
|
@ -12189,22 +12189,6 @@ (define-public rust-cargo-options-0.7
|
||||||
(description "Reusable common Cargo command line options.")
|
(description "Reusable common Cargo command line options.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-cargo-options-0.6
|
|
||||||
(package
|
|
||||||
(inherit rust-cargo-options-0.7)
|
|
||||||
(name "rust-cargo-options")
|
|
||||||
(version "0.6.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "cargo-options" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0m99dz9vpsplf4s955dvfnfrcvdkm7cifwymriyam11bdfm8v3lv"))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs (("rust-clap" ,rust-clap-4))
|
|
||||||
#:cargo-development-inputs (("rust-trycmd" ,rust-trycmd-0.14))))))
|
|
||||||
|
|
||||||
(define-public rust-cargo-platform-0.1
|
(define-public rust-cargo-platform-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-cargo-platform")
|
(name "rust-cargo-platform")
|
||||||
|
|
Loading…
Reference in a new issue