mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: Remove rust-codespan-reporting-0.9.
* gnu/packages/crates-io.scm (rust-codespan-reporting-0.9): Delete variable. Change-Id: I6bf36f215ec0cbf41c47a4533a9a8c95cc422af1
This commit is contained in:
parent
d19fc06e89
commit
463ea462a3
1 changed files with 0 additions and 28 deletions
|
@ -13461,34 +13461,6 @@ implement this for new programming languages! The
|
||||||
diagnostics easy and relatively painless for everyone!")
|
diagnostics easy and relatively painless for everyone!")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-codespan-reporting-0.9
|
|
||||||
(package
|
|
||||||
(inherit rust-codespan-reporting-0.11)
|
|
||||||
(name "rust-codespan-reporting")
|
|
||||||
(version "0.9.5")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "codespan-reporting" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"07g86hv1lp5bbr6w6hsa3mgdmavs36igc7k5pi1fvc86ad2n41vf"))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-serde" ,rust-serde-1)
|
|
||||||
("rust-termcolor" ,rust-termcolor-1)
|
|
||||||
("rust-unicode-width" ,rust-unicode-width-0.1))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-anyhow" ,rust-anyhow-1)
|
|
||||||
("rust-insta" ,rust-insta-0.16)
|
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
|
||||||
("rust-peg" ,rust-peg-0.6)
|
|
||||||
("rust-rustyline" ,rust-rustyline-6)
|
|
||||||
("rust-structopt" ,rust-structopt-0.3)
|
|
||||||
("rust-unindent" ,rust-unindent-0.1))))))
|
|
||||||
|
|
||||||
(define-public rust-codspeed-2
|
(define-public rust-codspeed-2
|
||||||
(package
|
(package
|
||||||
(name "rust-codspeed")
|
(name "rust-codspeed")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue