mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: Add rust-gix-odb-0.46.
* gnu/packages/crates-io.scm (rust-gix-odb-0.46): New variable. Change-Id: I1b103a21fcdd0cade444068fc6650a8f77574bd3
This commit is contained in:
parent
628c46d13d
commit
c2fe45a79b
1 changed files with 37 additions and 0 deletions
|
@ -29844,6 +29844,43 @@ (define-public rust-git2-curl-0.17
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-gix-odb-0.46
|
||||
(package
|
||||
(name "rust-gix-odb")
|
||||
(version "0.46.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-odb" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1wzqj6r0vgr2v0v9578s1hikg9abbh85m2vwj0psrvkqca04s8sb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; tests not included in release
|
||||
#:cargo-inputs
|
||||
(("rust-arc-swap" ,rust-arc-swap-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-features" ,rust-gix-features-0.30)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.11)
|
||||
("rust-gix-object" ,rust-gix-object-0.30)
|
||||
("rust-gix-pack" ,rust-gix-pack-0.36)
|
||||
("rust-gix-path" ,rust-gix-path-0.8)
|
||||
("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-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
|
||||
("rust-filetime" ,rust-filetime-0.2)
|
||||
("rust-maplit" ,rust-maplit-1)
|
||||
("rust-pretty-assertions" ,rust-pretty-assertions-1))))
|
||||
(home-page "https://github.com/Byron/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-pack-0.36
|
||||
(package
|
||||
(name "rust-gix-pack")
|
||||
|
|
Loading…
Reference in a new issue