me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-color-backtrace-0.3.

* gnu/packages/crates-io.scm (rust-color-backtrace-0.3): Delete variable.
Efraim Flashner 2022-10-24 17:28:58 +03:00
parent ff35a7a434
commit 693a079485
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 18 deletions

View File

@ -11260,24 +11260,6 @@ sets of intervals.")
(description "This package provides colorful panic backtraces.")
(license (list license:expat license:asl2.0))))
(define-public rust-color-backtrace-0.3
(package
(inherit rust-color-backtrace-0.5)
(name "rust-color-backtrace")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "color-backtrace" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0mx9ycb70mqbs6z107ri5g09wz5k7pa0vfnys28wfqycg083zlb5"))))
(arguments
`(#:cargo-inputs
(("rust-atty" ,rust-atty-0.2)
("rust-backtrace" ,rust-backtrace-0.3)
("rust-termcolor" ,rust-termcolor-1))))))
(define-public rust-color-quant-1
(package
(name "rust-color-quant")