gnu: Add rust-gix-hashtable@0.6.0.

* gnu/packages/crates-vcs.scm (rust-gix-hashtable-0.6): New variable.

Change-Id: If246f869765f9fa20b3b0e4b245c711eaf29134f
This commit is contained in:
Danny Milosavljevic 2025-05-19 20:48:31 +02:00
parent fdd9600592
commit 4daf16eea1
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1859,6 +1859,32 @@ matching.")
(description
"This package provides a way to generate a byte-stream from a git-tree.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-hashtable-0.6
(package
(name "rust-gix-hashtable")
(version "0.6.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-hashtable" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1zhqgncv6jh3x7a7a2w3qbayghmiwv230mdw6gvqw1ricqjmpxhf"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-gix-hash" ,rust-gix-hash-0.15)
("rust-hashbrown" ,rust-hashbrown-0.14)
("rust-parking-lot" ,rust-parking-lot-0.12))))
(home-page "https://github.com/GitoxideLabs/gitoxide")
(synopsis
"Provide hashtable based data structures optimized to utilize
git ObjectId keys")
(description
"This package provides a crate that provides hashtable based data structures
optimized to utilize git @code{ObjectId} keys.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-0.66
(package
(name "rust-gix")