mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: Add rust-gix-packetline-0.16.
* gnu/packages/crates-io.scm (rust-gix-packetline-0.16): New variable. Change-Id: If6cc41d395a62747dbfa1ddda6d83093255065d6
This commit is contained in:
parent
0783fabb50
commit
6681f05765
1 changed files with 33 additions and 0 deletions
|
@ -29844,6 +29844,39 @@ (define-public rust-git2-curl-0.17
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-gix-packetline-0.16
|
||||
(package
|
||||
(name "rust-gix-packetline")
|
||||
(version "0.16.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-packetline" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ayp00k4a6qgjjyrd2rmzxyx0n8h36dxscjn1pzil5b4x6qq90wa"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-faster-hex" ,rust-faster-hex-0.8)
|
||||
("rust-futures-io" ,rust-futures-io-0.3)
|
||||
("rust-futures-lite" ,rust-futures-lite-1)
|
||||
("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-async-std" ,rust-async-std-1)
|
||||
("rust-maybe-async" ,rust-maybe-async-0.2))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis
|
||||
"Crate of the gitoxide project implementing the pkt-line serialization format")
|
||||
(description
|
||||
"This package provides a crate of the gitoxide project implementing the
|
||||
pkt-line serialization format.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-path-0.8
|
||||
(package
|
||||
(name "rust-gix-path")
|
||||
|
|
Loading…
Reference in a new issue