mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-gix-hash-0.11.
* gnu/packages/crates-io.scm (rust-gix-hash-0.11): New variable. Change-Id: I8232fbb4db469b47c1ece7401a5ee65a6cb2ee08
This commit is contained in:
parent
c0a00cd71c
commit
a8fea81952
1 changed files with 25 additions and 0 deletions
|
@ -29844,6 +29844,31 @@ (define-public rust-git2-curl-0.17
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("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
|
||||
(package
|
||||
(name "rust-gix-hashtable")
|
||||
|
|
Loading…
Reference in a new issue