mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-traverse@0.44.0.
* gnu/packages/crates-vcs.scm (rust-gix-traverse-0.44): New variable. Change-Id: I4edbe3308cd45728a3eb64d7e4bc24ff595d7bcd
This commit is contained in:
parent
25b90dbce4
commit
7d64a77eea
1 changed files with 28 additions and 0 deletions
|
@ -9165,6 +9165,34 @@ provides an implementation of the Git transport layer.")
|
|||
("rust-blocking" ,rust-blocking-1)
|
||||
("rust-maybe-async" ,rust-maybe-async-0.2))))))
|
||||
|
||||
(define-public rust-gix-traverse-0.44
|
||||
(package
|
||||
(name "rust-gix-traverse")
|
||||
(version "0.44.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-traverse" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1d311l7wlgpv41hvp1ni3r9hhwxn4x27xyiy5brnwn4n73jp1v1b"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-gix-commitgraph" ,rust-gix-commitgraph-0.26)
|
||||
("rust-gix-date" ,rust-gix-date-0.9)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.16)
|
||||
("rust-gix-hashtable" ,rust-gix-hashtable-0.7)
|
||||
("rust-gix-object" ,rust-gix-object-0.47)
|
||||
("rust-gix-revwalk" ,rust-gix-revwalk-0.18)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-2))))
|
||||
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||
(synopsis "git tree traversal")
|
||||
(description "This package provides git tree traversal.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-traverse-0.41
|
||||
(package
|
||||
(name "rust-gix-traverse")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue