gnu: Add rust-gix-url-0.19.
* gnu/packages/crates-io.scm (rust-gix-url-0.19): New variable. Change-Id: Iaa0d463f5f6096f0dd8a7bb081668c9d40efbc6c
parent
b120fd33af
commit
8446600f9f
|
@ -29844,6 +29844,35 @@ libcurl, which is intended to be used with the @code{git2} crate.")
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-gix-url-0.19
|
||||
(package
|
||||
(name "rust-gix-url")
|
||||
(version "0.19.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-url" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0qy8shn5s8r9fjchcqrz0xwg89lsjykd463naji4f864bbr3srpi"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-features" ,rust-gix-features-0.30)
|
||||
("rust-gix-path" ,rust-gix-path-0.8)
|
||||
("rust-home" ,rust-home-0.5)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-url" ,rust-url-2))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Parse and serialize gix-url")
|
||||
(description
|
||||
"This package provides a crate of the gitoxide project implementing parsing
|
||||
and serialization of gix-url.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-utils-0.1
|
||||
(package
|
||||
(name "rust-gix-utils")
|
||||
|
|
Reference in New Issue