mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-gix-transport-0.32.
* gnu/packages/crates-io.scm (rust-gix-transport-0.32): New variable. Change-Id: I3c52eff419cd5d9ba36266d9697779cb1b290c8f
This commit is contained in:
parent
dc615140e0
commit
7b5c567447
1 changed files with 44 additions and 0 deletions
|
@ -29844,6 +29844,50 @@ (define-public rust-git2-curl-0.17
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-gix-transport-0.32
|
||||
(package
|
||||
(name "rust-gix-transport")
|
||||
(version "0.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-transport" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "05fzh609x4d6djizmrv5m98axinp2m5hcpk003bqw1x9v7z9z8v4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-async-std" ,rust-async-std-1)
|
||||
("rust-async-trait" ,rust-async-trait-0.1)
|
||||
("rust-base64" ,rust-base64-0.21)
|
||||
("rust-bstr" ,rust-bstr-1)
|
||||
("rust-curl" ,rust-curl-0.4)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-futures-io" ,rust-futures-io-0.3)
|
||||
("rust-futures-lite" ,rust-futures-lite-1)
|
||||
("rust-gix-command" ,rust-gix-command-0.2)
|
||||
("rust-gix-credentials" ,rust-gix-credentials-0.15)
|
||||
("rust-gix-features" ,rust-gix-features-0.30)
|
||||
("rust-gix-packetline" ,rust-gix-packetline-0.16)
|
||||
("rust-gix-quote" ,rust-gix-quote-0.4)
|
||||
("rust-gix-sec" ,rust-gix-sec-0.8)
|
||||
("rust-gix-url" ,rust-gix-url-0.19)
|
||||
("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
|
||||
("rust-reqwest" ,rust-reqwest-0.11)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-async-std" ,rust-async-std-1)
|
||||
("rust-blocking" ,rust-blocking-1)
|
||||
("rust-maybe-async" ,rust-maybe-async-0.2))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Implement the git transport layer")
|
||||
(description
|
||||
"This package provides a crate of the gitoxide project dedicated to
|
||||
implementing the git transport layer.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-traverse-0.26
|
||||
(package
|
||||
(name "rust-gix-traverse")
|
||||
|
|
Loading…
Reference in a new issue