mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-gix-index-0.17.
* gnu/packages/crates-io.scm (rust-gix-index-0.17): New variable. Change-Id: I561f1183221487c2643af1d802a30704e3f0c37c
This commit is contained in:
parent
d180ec85e6
commit
487a57466e
1 changed files with 38 additions and 0 deletions
|
@ -29844,6 +29844,44 @@ (define-public rust-git2-curl-0.17
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-gix-index-0.17
|
||||
(package
|
||||
(name "rust-gix-index")
|
||||
(version "0.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-index" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10kvzsrn7wjgwb3y4xwj9szcg9j81mlkab04z9ii5cdzz9cajsv1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-bstr" ,rust-bstr-1)
|
||||
("rust-btoi" ,rust-btoi-0.4)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-filetime" ,rust-filetime-0.2)
|
||||
("rust-gix-bitmap" ,rust-gix-bitmap-0.2)
|
||||
("rust-gix-features" ,rust-gix-features-0.30)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.11)
|
||||
("rust-gix-lock" ,rust-gix-lock-6)
|
||||
("rust-gix-object" ,rust-gix-object-0.30)
|
||||
("rust-gix-traverse" ,rust-gix-traverse-0.26)
|
||||
("rust-itoa" ,rust-itoa-1)
|
||||
("rust-memmap2" ,rust-memmap2-0.5)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis
|
||||
"Crate of the gitoxide project dedicated implementing the git index file")
|
||||
(description
|
||||
"This package provides a work-in-progress crate of the gitoxide project
|
||||
dedicated implementing the git index file.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-lock-6
|
||||
(package
|
||||
(name "rust-gix-lock")
|
||||
|
|
Loading…
Reference in a new issue