mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Add rust-term-0.5.1.
* gnu/packages/crates-io.scm (rust-term-0.5.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e05162fe16
commit
878ff13ee1
1 changed files with 17 additions and 0 deletions
|
@ -5030,6 +5030,23 @@ (define-public rust-term-0.4
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-term-0.5.1
|
||||
(package
|
||||
(inherit rust-term-0.4)
|
||||
(name "rust-term")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "term" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qbmqd8jbjlqr4608qdmvp6yin5ypifzi5s2xyhlw8g8s5ynfssy"))))
|
||||
(arguments `(#:skip-build? #t))
|
||||
(properties '())))
|
||||
|
||||
(define-public rust-termcolor-1.0
|
||||
(package
|
||||
(name "rust-termcolor")
|
||||
|
|
Loading…
Reference in a new issue