1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: Add rust-gix-worktree-stream@0.19.0.

* gnu/packages/crates-vcs.scm (rust-gix-worktree-stream-0.19): New variable.

Change-Id: I97eb00e7902b163a21748edb621795102c9530d6
This commit is contained in:
Danny Milosavljevic 2025-05-19 20:54:17 +02:00
parent a80e6deb7d
commit a10e293cc0
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -9971,6 +9971,38 @@ a pure Rust implementation of Git.")
("rust-io-close" ,rust-io-close-0.3)
("rust-thiserror" ,rust-thiserror-1))))))
(define-public rust-gix-worktree-stream-0.19
(package
(name "rust-gix-worktree-stream")
(version "0.19.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-worktree-stream" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "11a4hdb79mka6hwwc5k4qalp0k9f7aqbs41aqzr0fkfgqdih86zn"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-gix-attributes" ,rust-gix-attributes-0.24)
("rust-gix-features" ,rust-gix-features-0.40)
("rust-gix-filter" ,rust-gix-filter-0.17)
("rust-gix-fs" ,rust-gix-fs-0.13)
("rust-gix-hash" ,rust-gix-hash-0.16)
("rust-gix-object" ,rust-gix-object-0.47)
("rust-gix-path" ,rust-gix-path-0.10)
("rust-gix-traverse" ,rust-gix-traverse-0.44)
("rust-parking-lot" ,rust-parking-lot-0.12)
("rust-thiserror" ,rust-thiserror-2))))
(home-page "https://github.com/GitoxideLabs/gitoxide")
(synopsis
"Gitoxide library to generate a byte-stream from a git-tree")
(description
"This crate provides the ability to generate a byte-stream from a git-tree.
It's part of Gitoxide, a pure Rust implementation of Git.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-worktree-stream-0.15
(package
(name "rust-gix-worktree-stream")