mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Remove rust-termcolor-0.3.
* gnu/packages/crates-io.scm (rust-termcolor-0.3): Delete variable. Change-Id: Ic001e4dc45410f387676a6faecf9893d13e0256f
This commit is contained in:
parent
13ccbcb359
commit
ad044f8cd7
1 changed files with 0 additions and 17 deletions
|
@ -81301,23 +81301,6 @@ (define-public rust-termcolor-1
|
|||
(license (list license:unlicense
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-termcolor-0.3
|
||||
(package
|
||||
(inherit rust-termcolor-1)
|
||||
(name "rust-termcolor")
|
||||
(version "0.3.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "termcolor" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10sg0w2xhwz5zn84xnqrba5mc1jcc9dfa0xg25ph3gs1mmz5ii5d"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-wincolor" ,rust-wincolor-0.1))))))
|
||||
|
||||
(define-public rust-termimad-0.25
|
||||
(package
|
||||
(name "rust-termimad")
|
||||
|
|
Loading…
Reference in a new issue