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:
Efraim Flashner 2023-10-24 09:11:46 +03:00
parent c0a00cd71c
commit a8fea81952
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")