gnu: Remove rust-color-backtrace-0.5.

* gnu/packages/crates-io.scm (rust-color-backtrace-0.5): Delete variable.
This commit is contained in:
Efraim Flashner 2023-02-22 22:37:14 +02:00
parent 2740a9a482
commit 8289bf5c6b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11950,30 +11950,6 @@ (define-public rust-coitrees-0.2
sets of intervals.") sets of intervals.")
(license license:expat))) (license license:expat)))
(define-public rust-color-backtrace-0.5
(package
(name "rust-color-backtrace")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "color-backtrace" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "11fn3snykx90w3nznzrcf4r164zmhk790asx0kzryf4r7i308v6d"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-atty" ,rust-atty-0.2)
("rust-backtrace" ,rust-backtrace-0.3)
("rust-regex" ,rust-regex-1)
("rust-termcolor" ,rust-termcolor-1))))
(home-page "https://github.com/athre0z/color-backtrace")
(synopsis "Colorful panic backtraces")
(description "This package provides colorful panic backtraces.")
(license (list license:expat license:asl2.0))))
(define-public rust-color-quant-1 (define-public rust-color-quant-1
(package (package
(name "rust-color-quant") (name "rust-color-quant")