mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: Add rust-gix-index@0.37.0.
* gnu/packages/crates-vcs.scm (rust-gix-index-0.37): New variable. Change-Id: Ie256c8c4b1e1d6a1d5b71393ad55ad217402bda5
This commit is contained in:
parent
261f09d656
commit
cad09e5471
1 changed files with 44 additions and 0 deletions
|
@ -1300,6 +1300,50 @@ directory is a git repository.")
|
||||||
git directory walks.")
|
git directory walks.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gix-index-0.37
|
||||||
|
(package
|
||||||
|
(name "rust-gix-index")
|
||||||
|
(version "0.37.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-index" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0yi5g8vfk5vgb5la031s86a6j7i83f90sm51zz468ssm43yla1i7"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||||
|
("rust-bstr" ,rust-bstr-1)
|
||||||
|
("rust-document-features" ,rust-document-features-0.2)
|
||||||
|
("rust-filetime" ,rust-filetime-0.2)
|
||||||
|
("rust-fnv" ,rust-fnv-1)
|
||||||
|
("rust-gix-bitmap" ,rust-gix-bitmap-0.2)
|
||||||
|
("rust-gix-features" ,rust-gix-features-0.39)
|
||||||
|
("rust-gix-fs" ,rust-gix-fs-0.12)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.15)
|
||||||
|
("rust-gix-lock" ,rust-gix-lock-15)
|
||||||
|
("rust-gix-object" ,rust-gix-object-0.46)
|
||||||
|
("rust-gix-traverse" ,rust-gix-traverse-0.43)
|
||||||
|
("rust-gix-utils" ,rust-gix-utils-0.1)
|
||||||
|
("rust-gix-validate" ,rust-gix-validate-0.9)
|
||||||
|
("rust-hashbrown" ,rust-hashbrown-0.14)
|
||||||
|
("rust-itoa" ,rust-itoa-1)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-memmap2" ,rust-memmap2-0.9)
|
||||||
|
("rust-rustix" ,rust-rustix-0.38)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-2))))
|
||||||
|
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||||
|
(synopsis
|
||||||
|
"git index file handler")
|
||||||
|
(description
|
||||||
|
"This package provides acrate of the gitoxide project dedicated to
|
||||||
|
implementing the git index file.")
|
||||||
|
(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