mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: Remove rust-gix-prompt-0.5.
* gnu/packages/crates-vcs.scm (rust-gix-prompt-0.5): Delete variable. Change-Id: I91fff0d6c25a9f182bd4f2e0597925a006399cdf
This commit is contained in:
parent
bf7b180060
commit
0acea78f15
1 changed files with 0 additions and 23 deletions
|
@ -4854,29 +4854,6 @@ terminals prompt.")
|
|||
#:cargo-development-inputs (("rust-expectrl" ,rust-expectrl-0.7)
|
||||
("rust-serial-test" ,rust-serial-test-2))))))
|
||||
|
||||
(define-public rust-gix-prompt-0.5
|
||||
(package
|
||||
(inherit rust-gix-prompt-0.7)
|
||||
(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"))))
|
||||
(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))))))
|
||||
|
||||
(define-public rust-gix-protocol-0.45
|
||||
(package
|
||||
(name "rust-gix-protocol")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue