mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: Add rust-gix-traverse-0.26.
* gnu/packages/crates-io.scm (rust-gix-traverse-0.26): New variable. Change-Id: Idb2f333fa1cb3e3bbc42669a45329902755248b1
This commit is contained in:
parent
8446600f9f
commit
dc615140e0
1 changed files with 23 additions and 0 deletions
|
@ -29844,6 +29844,29 @@ (define-public rust-git2-curl-0.17
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-gix-traverse-0.26
|
||||
(package
|
||||
(name "rust-gix-traverse")
|
||||
(version "0.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-traverse" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1n9kgzw5jal2jsqb56bpaj1xp35zp2hz6nf5klrjdgxl9jc2x15h"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-gix-hash" ,rust-gix-hash-0.11)
|
||||
("rust-gix-hashtable" ,rust-gix-hashtable-0.2)
|
||||
("rust-gix-object" ,rust-gix-object-0.30)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Crate of the gitoxide project")
|
||||
(description "This package provides a crate of the gitoxide project.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-url-0.19
|
||||
(package
|
||||
(name "rust-gix-url")
|
||||
|
|
Loading…
Reference in a new issue