mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add rust-anstyle-0.3.
* gnu/packages/crates-io.scm (rust-anstyle-0.3): New variable. Change-Id: I01e626109ab3863a41778d5c767750880396c5bd
This commit is contained in:
parent
a9cb99563b
commit
a85203a525
1 changed files with 15 additions and 0 deletions
|
@ -2140,6 +2140,21 @@ (define-public rust-anstyle-1
|
||||||
(description "This package provides ANSI text styling.")
|
(description "This package provides ANSI text styling.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-anstyle-0.3
|
||||||
|
(package
|
||||||
|
(inherit rust-anstyle-1)
|
||||||
|
(name "rust-anstyle")
|
||||||
|
(version "0.3.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "anstyle" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1ll42s5ch4ldp0fw8laidqji540p7higd06h2v111qq2pn0rxsi3"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs (("rust-lexopt" ,rust-lexopt-0.3))))))
|
||||||
|
|
||||||
(define-public rust-anstyle-0.2
|
(define-public rust-anstyle-0.2
|
||||||
(package
|
(package
|
||||||
(inherit rust-anstyle-1)
|
(inherit rust-anstyle-1)
|
||||||
|
|
Loading…
Reference in a new issue