mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-odb@0.67.0.
* gnu/packages/crates-vcs.scm (rust-gix-odb-0.67): New variable. Change-Id: Ib9ab6ee93005b1fea122b62c1f9774d76e211f6b
This commit is contained in:
parent
7b70acb208
commit
046e6d7313
1 changed files with 34 additions and 0 deletions
|
@ -6472,6 +6472,40 @@ support.")
|
|||
#:cargo-development-inputs
|
||||
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))))
|
||||
|
||||
(define-public rust-gix-odb-0.67
|
||||
(package
|
||||
(name "rust-gix-odb")
|
||||
(version "0.67.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-odb" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "06ww8mc10iydvqxdin0miny89g9z8i7zmsccc1rrbl4wyrylb4ry"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-arc-swap" ,rust-arc-swap-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-date" ,rust-gix-date-0.9)
|
||||
("rust-gix-features" ,rust-gix-features-0.40)
|
||||
("rust-gix-fs" ,rust-gix-fs-0.13)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.16)
|
||||
("rust-gix-hashtable" ,rust-gix-hashtable-0.7)
|
||||
("rust-gix-object" ,rust-gix-object-0.47)
|
||||
("rust-gix-pack" ,rust-gix-pack-0.57)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-gix-quote" ,rust-gix-quote-0.4)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-tempfile" ,rust-tempfile-3)
|
||||
("rust-thiserror" ,rust-thiserror-2))))
|
||||
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||
(synopsis "Implements various git object databases")
|
||||
(description "This package implements various git object databases.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-odb-0.63
|
||||
(package
|
||||
(name "rust-gix-odb")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue