mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: Add rust-gix-prompt-0.5.
* gnu/packages/crates-io.scm (rust-gix-prompt-0.5): New variable. Change-Id: I54ecfbee7ce799148b031702d227fda66834f259
This commit is contained in:
parent
fe47abdc38
commit
50e706eab6
1 changed files with 30 additions and 0 deletions
|
@ -29844,6 +29844,36 @@ (define-public rust-git2-curl-0.17
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-url" ,rust-url-2))))))
|
("rust-url" ,rust-url-2))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-prompt-0.5
|
||||||
|
(package
|
||||||
|
(name "rust-gix-prompt")
|
||||||
|
(version "0.5.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-prompt" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1sm5b24jpcv4whzxymk6fpb1ph1hhq6842115fpcqqx0yk5dw8ic"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-gix-command" ,rust-gix-command-0.2)
|
||||||
|
("rust-gix-config-value" ,rust-gix-config-value-0.12)
|
||||||
|
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||||
|
("rust-rustix" ,rust-rustix-0.38)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-expectrl" ,rust-expectrl-0.7)
|
||||||
|
("rust-serial-test" ,rust-serial-test-2))))
|
||||||
|
(home-page "https://github.com/Byron/gitoxide")
|
||||||
|
(synopsis
|
||||||
|
"Crate of the gitoxide project for handling prompts in the terminal")
|
||||||
|
(description
|
||||||
|
"This package provides a crate of the gitoxide project for handling prompts in
|
||||||
|
the terminal.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-protocol-0.33
|
(define-public rust-gix-protocol-0.33
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-protocol")
|
(name "rust-gix-protocol")
|
||||||
|
|
Loading…
Reference in a new issue