1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: Add rust-gix-worktree-stream-0.13.

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

Change-Id: Ia658c4bf459cbb2d774d9d8028af09ab5c973a6a
This commit is contained in:
Efraim Flashner 2024-11-20 21:04:43 +02:00
parent 127d7d553c
commit 597d6dd970
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6876,6 +6876,30 @@ a pure Rust implementation of Git.")
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.13
(package
(inherit rust-gix-worktree-stream-0.15)
(name "rust-gix-worktree-stream")
(version "0.13.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-worktree-stream" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "08gd3fca4jjaygsawpm7s6f3p7rvb3br87ap8ipqahcs4jb4hpg3"))))
(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.11)
("rust-gix-fs" ,rust-gix-fs-0.11)
("rust-gix-hash" ,rust-gix-hash-0.14)
("rust-gix-object" ,rust-gix-object-0.42)
("rust-gix-path" ,rust-gix-path-0.10)
("rust-gix-traverse" ,rust-gix-traverse-0.39)
("rust-parking-lot" ,rust-parking-lot-0.12)
("rust-thiserror" ,rust-thiserror-1))))))
(define-public rust-gix-worktree-stream-0.8
(package
(inherit rust-gix-worktree-stream-0.15)