gnu: rust-gix-transport-0.42: New variable.
* gnu/packages/crates-vcs.scm (rust-gix-transport-0.42): New variable Change-Id: I0278c302ba05ebd4f67cf6ae46ff0be8bd4f6eb1
This commit is contained in:
parent
6175fdbdb8
commit
b73f2e42df
@ -5724,8 +5724,54 @@ tempfile capability with a global registry to assure clean-up.")
|
||||
can be turned off to zero cost.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-transport-0.42
|
||||
(package
|
||||
(name "rust-gix-transport")
|
||||
(version "0.42.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-transport" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "07s8lsq97r0hgg9znd2f0jaj49prm2bss9mjjxfs2h8vn35cq7a2"))))
|
||||
(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.22)
|
||||
("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-2)
|
||||
("rust-gix-command" ,rust-gix-command-0.3)
|
||||
("rust-gix-credentials" ,rust-gix-credentials-0.24)
|
||||
("rust-gix-features" ,rust-gix-features-0.38)
|
||||
("rust-gix-packetline" ,rust-gix-packetline-0.17)
|
||||
("rust-gix-quote" ,rust-gix-quote-0.4)
|
||||
("rust-gix-sec" ,rust-gix-sec-0.10)
|
||||
("rust-gix-url" ,rust-gix-url-0.27)
|
||||
("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
|
||||
("rust-reqwest" ,rust-reqwest-0.12)
|
||||
("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
|
||||
"Implements the Git transport layer for Gitoxide")
|
||||
(description
|
||||
"This package is part of Gitoxide a Rust implementation of Git. It
|
||||
provides an implementation of the Git transport layer.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-transport-0.40
|
||||
(package
|
||||
(inherit rust-gix-transport-0.42)
|
||||
(name "rust-gix-transport")
|
||||
(version "0.40.1")
|
||||
(source
|
||||
|
Loading…
Reference in New Issue
Block a user