mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-discover@0.37.0.
* gnu/packages/crates-vcs.scm (rust-gix-discover-0.37): New variable. Change-Id: I70a81c4eb8818b0d040d3e4fd38007540c116ad9
This commit is contained in:
parent
3a0469e929
commit
82d204cb4f
1 changed files with 30 additions and 0 deletions
|
@ -1237,6 +1237,36 @@ algorithms.")
|
||||||
git magical pathspecs.")
|
git magical pathspecs.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gix-discover-0.37
|
||||||
|
(package
|
||||||
|
(name "rust-gix-discover")
|
||||||
|
(version "0.37.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-discover" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1vxnzwaz7g5dzn3dscy4qry3yb7r0748zldlxjdllsi69vx6vgw3"))))
|
||||||
|
(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.12)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.15)
|
||||||
|
("rust-gix-path" ,rust-gix-path-0.10)
|
||||||
|
("rust-gix-ref" ,rust-gix-ref-0.49)
|
||||||
|
("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 check if a
|
||||||
|
directory is a git repository.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-0.66
|
(define-public rust-gix-0.66
|
||||||
(package
|
(package
|
||||||
(name "rust-gix")
|
(name "rust-gix")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue