mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: Add rust-gix-transport@0.45.0.
* gnu/packages/crates-vcs.scm (rust-gix-transport-0.45): New variable. Change-Id: Id6184e19f8e8950b53c6650ccab26aa4681b2986
This commit is contained in:
parent
099cb685ec
commit
25b90dbce4
1 changed files with 40 additions and 0 deletions
|
@ -8927,6 +8927,46 @@ 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.45
|
||||
(package
|
||||
(name "rust-gix-transport")
|
||||
(version "0.45.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-transport" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1nb4p7jwy80g51afzc64ya1faxxcpgnimbk2p2sv2xwl90c7860i"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#: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.4)
|
||||
("rust-gix-credentials" ,rust-gix-credentials-0.27)
|
||||
("rust-gix-features" ,rust-gix-features-0.40)
|
||||
("rust-gix-packetline" ,rust-gix-packetline-0.18)
|
||||
("rust-gix-quote" ,rust-gix-quote-0.4)
|
||||
("rust-gix-sec" ,rust-gix-sec-0.10)
|
||||
("rust-gix-url" ,rust-gix-url-0.29)
|
||||
("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-2))))
|
||||
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||
(synopsis "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-transport-0.42
|
||||
(package
|
||||
(name "rust-gix-transport")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue