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:
Efraim Flashner 2023-10-24 09:12:31 +03:00
parent 15e56f1524
commit 4a8a8e905d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")