mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-worktree-stream-0.15.
* gnu/packages/crates-vcs.scm (rust-gix-worktree-stream-0.15): New variable. (rust-gix-worktree-stream-0.8): Inherit from rust-gix-worktree-stream-0.15. Change-Id: I795d8451adb77412810a4fcf56b36a52b2fbe91e
This commit is contained in:
parent
3afe439720
commit
231b49a106
1 changed files with 34 additions and 7 deletions
|
@ -6749,8 +6749,41 @@ 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.15
|
||||
(package
|
||||
(name "rust-gix-worktree-stream")
|
||||
(version "0.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-worktree-stream" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1jnvzmsp3h2yzv575a9d2dvkkfvzqgyxd0mnahmf5v53q63ips38"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-gix-attributes" ,rust-gix-attributes-0.22)
|
||||
("rust-gix-features" ,rust-gix-features-0.38)
|
||||
("rust-gix-filter" ,rust-gix-filter-0.13)
|
||||
("rust-gix-fs" ,rust-gix-fs-0.11)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.14)
|
||||
("rust-gix-object" ,rust-gix-object-0.44)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-gix-traverse" ,rust-gix-traverse-0.41)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/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.8
|
||||
(package
|
||||
(inherit rust-gix-worktree-stream-0.15)
|
||||
(name "rust-gix-worktree-stream")
|
||||
(version "0.8.1")
|
||||
(source
|
||||
|
@ -6760,7 +6793,6 @@ a pure Rust implementation of Git.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "05qb9603wdv15l3h27i9s657j6yrpdnnli0x9x9jvkcas98jk1mg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-gix-attributes" ,rust-gix-attributes-0.21)
|
||||
("rust-gix-features" ,rust-gix-features-0.37)
|
||||
|
@ -6771,12 +6803,7 @@ a pure Rust implementation of Git.")
|
|||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-gix-traverse" ,rust-gix-traverse-0.36)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "This crate generates 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))))
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-worktree-stream-0.7
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue