mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: Add rust-gix-chunk-0.4.
* gnu/packages/crates-io.scm (rust-gix-chunk-0.4): New variable. Change-Id: If914633b82eebf39754f4c9663d9f0d11465251a
This commit is contained in:
parent
15e56f1524
commit
4a8a8e905d
1 changed files with 21 additions and 0 deletions
|
@ -29844,6 +29844,27 @@ (define-public rust-git2-curl-0.17
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-gix-chunk-0.4
|
||||
(package
|
||||
(name "rust-gix-chunk")
|
||||
(version "0.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-chunk" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "14s4f3g8n6yk6q28f60528wzcf10g8y8ycih04098y8g89jflhjv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Interact with the git chunk file format")
|
||||
(description
|
||||
"Interact with the git chunk file format used in multi-pack index and
|
||||
commit-graph files.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-command-0.2
|
||||
(package
|
||||
(name "rust-gix-command")
|
||||
|
|
Loading…
Reference in a new issue