mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: Remove rust-gix-path-0.8.
* gnu/packages/crates-vcs.scm (rust-gix-path-0.8): Delete variable. Change-Id: I884f1c30e0571dcecb06cc50a841223880370bc2
This commit is contained in:
parent
f86f24ed6c
commit
7dd41437eb
1 changed files with 0 additions and 22 deletions
|
@ -4646,28 +4646,6 @@ feature pre-selected.")
|
|||
Git. This crate deals with paths and their conversions")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-path-0.8
|
||||
(package
|
||||
(inherit rust-gix-path-0.10)
|
||||
(name "rust-gix-path")
|
||||
(version "0.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-path" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0z5733b3z2wbnz1x0y2aq3gpanrhrlrqr4v4gjlqwl68ps69qq0q"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bstr" ,rust-bstr-1)
|
||||
("rust-gix-trace" ,rust-gix-trace-0.1)
|
||||
("rust-home" ,rust-home-0.5)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-gix-pathspec-0.7
|
||||
(package
|
||||
(name "rust-gix-pathspec")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue