gnu: Add rust-gix-hash-0.11.
* gnu/packages/crates-io.scm (rust-gix-hash-0.11): New variable. Change-Id: I8232fbb4db469b47c1ece7401a5ee65a6cb2ee08
parent
c0a00cd71c
commit
a8fea81952
|
@ -29844,6 +29844,31 @@ libcurl, which is intended to be used with the @code{git2} crate.")
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-url" ,rust-url-2))))))
|
("rust-url" ,rust-url-2))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-hash-0.11
|
||||||
|
(package
|
||||||
|
(name "rust-gix-hash")
|
||||||
|
(version "0.11.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-hash" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0bq986grpsfc6ddav5dlb8zvz1aky264dnnnmax2h1lsmpr2yhjb"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-document-features" ,rust-document-features-0.2)
|
||||||
|
("rust-hex" ,rust-hex-0.4)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1))))
|
||||||
|
(home-page "https://github.com/Byron/gitoxide")
|
||||||
|
(synopsis
|
||||||
|
"Borrowed and owned git hash digests used to identify git objects")
|
||||||
|
(description
|
||||||
|
"Borrowed and owned git hash digests used to identify git objects.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-hashtable-0.2
|
(define-public rust-gix-hashtable-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-hashtable")
|
(name "rust-gix-hashtable")
|
||||||
|
|
Reference in New Issue