mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Add rust-gix-discover@0.38.0.
* gnu/packages/crates-vcs.scm (rust-gix-discover-0.38): New variable. Change-Id: Iec0fc04033803a5add7fe7b8d75cc91cc03da628
This commit is contained in:
parent
4a410e4aed
commit
c24934a3ac
1 changed files with 30 additions and 0 deletions
|
@ -4355,6 +4355,36 @@ directory walking.")
|
|||
#:cargo-development-inputs
|
||||
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))))
|
||||
|
||||
(define-public rust-gix-discover-0.38
|
||||
(package
|
||||
(name "rust-gix-discover")
|
||||
(version "0.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-discover" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1n35pfcr4didkxswigy4lvwkqrhyvbgjk82sb87lw1h4vx5l3hnh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
("rust-dunce" ,rust-dunce-1)
|
||||
("rust-gix-fs" ,rust-gix-fs-0.13)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.16)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-gix-ref" ,rust-gix-ref-0.50)
|
||||
("rust-gix-sec" ,rust-gix-sec-0.10)
|
||||
("rust-thiserror" ,rust-thiserror-2))))
|
||||
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||
(synopsis
|
||||
"Discover git repositories and check if a directory is a git repository")
|
||||
(description
|
||||
"This package provides a way to discover git repositories and to check
|
||||
if a directory is a git repository.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-discover-0.35
|
||||
(package
|
||||
(name "rust-gix-discover")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue