gnu: Add rust-gix-archive-0.5.

* gnu/packages/crates-io.scm (rust-gix-archive-0.5): New variable.

Change-Id: I6ce891db56c45d241e73755c39fee8be07c172ca
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Steve George 2023-11-09 19:38:45 +00:00 committed by Efraim Flashner
parent db2057904b
commit 752644bf57
Signed by untrusted user: efraim
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 31 additions and 0 deletions

View File

@ -30478,6 +30478,37 @@ package provides a way to identify Git actors.")
#:cargo-development-inputs
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))))
(define-public rust-gix-archive-0.5
(package
(name "rust-gix-archive")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-archive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1izajfmninmjg7mvcp6y0mdy641hkvvqmsd7gp6d92mkgxgn6wdb"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; undeclared crate gix_worktree, gix_filter, gix_odb
#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
("rust-document-features" ,rust-document-features-0.2)
("rust-flate2" ,rust-flate2-1)
("rust-gix-date" ,rust-gix-date-0.8)
("rust-gix-object" ,rust-gix-object-0.37)
("rust-gix-path" ,rust-gix-path-0.10)
("rust-gix-worktree-stream" ,rust-gix-worktree-stream-0.5)
("rust-tar" ,rust-tar-0.4)
("rust-thiserror" ,rust-thiserror-1)
("rust-time" ,rust-time-0.3)
("rust-zip" ,rust-zip-0.6))))
(home-page "https://github.com/Byron/gitoxide")
(synopsis "Archive generation of a Git worktree")
(description "Archive generation of a worktree. Part of Gitoxide a pure
Rust implementation of Git.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-attributes-0.19
(package
(name "rust-gix-attributes")