mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add rust-gix-packetline-blocking-0.16.
* gnu/packages/crates-io.scm (rust-gix-packetline-blocking-0.16) New variable. Change-Id: I73bf86d4ee95eef2b85ba9caee1dffbdaa42b155 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
0a023b7ffb
commit
689a7d517c
1 changed files with 26 additions and 0 deletions
|
@ -31363,6 +31363,32 @@ (define-public rust-gix-packetline-0.16
|
|||
pkt-line serialization format.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-packetline-blocking-0.16
|
||||
(package
|
||||
(name "rust-gix-packetline-blocking")
|
||||
(version "0.16.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-packetline-blocking" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0f9dr79jz9y11qhf0syxwa4nvn4czpyka84hzshxd10wa3vrb0vx"))))
|
||||
(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-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis
|
||||
"Duplicate of @code{gix-packetline} with @code{blocking-io} selected")
|
||||
(description
|
||||
"Part of Gitoxide, a pure Rust implementation of Git. This package is a
|
||||
duplicate of @code{gix-packetline} with the @code{blocking-io} feature pre-selected")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-path-0.10
|
||||
(package
|
||||
(name "rust-gix-path")
|
||||
|
|
Loading…
Reference in a new issue