mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: Add rust-gix-odb-0.63.
* gnu/packages/crates-vcs.scm (rust-gix-odb-0.63): New variable. (rust-gix-odb-0.56): Inherit from rust-gix-odb-0.63. Change-Id: I295d64cc29b1b6f150e0ca4ae520e5e564417550
This commit is contained in:
parent
867541da78
commit
5ccb0aa58f
1 changed files with 37 additions and 7 deletions
|
@ -3870,8 +3870,44 @@ support.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))))
|
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-odb-0.63
|
||||||
|
(package
|
||||||
|
(name "rust-gix-odb")
|
||||||
|
(version "0.63.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-odb" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0iy7grqs5h73nz781zfmiyisr9pm4yjxsamby1ady5qwf1l805d3"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#: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.38)
|
||||||
|
("rust-gix-fs" ,rust-gix-fs-0.11)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.14)
|
||||||
|
("rust-gix-object" ,rust-gix-object-0.44)
|
||||||
|
("rust-gix-pack" ,rust-gix-pack-0.53)
|
||||||
|
("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-1))))
|
||||||
|
(home-page "https://github.com/Byron/gitoxide")
|
||||||
|
(synopsis "Implements various Git object databases")
|
||||||
|
(description
|
||||||
|
"Implements various Git object databases for Gitoxide.
|
||||||
|
Gitoxide is a pure Rust implementation of Git.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-odb-0.56
|
(define-public rust-gix-odb-0.56
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gix-odb-0.63)
|
||||||
(name "rust-gix-odb")
|
(name "rust-gix-odb")
|
||||||
(version "0.56.1")
|
(version "0.56.1")
|
||||||
(source
|
(source
|
||||||
|
@ -3881,7 +3917,6 @@ support.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1c9kgiv8frpwz9nz9n6wai8xys8vawnfhw1mnz1cchfyffl6vbj6"))))
|
(base32 "1c9kgiv8frpwz9nz9n6wai8xys8vawnfhw1mnz1cchfyffl6vbj6"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-arc-swap" ,rust-arc-swap-1)
|
`(#:cargo-inputs (("rust-arc-swap" ,rust-arc-swap-1)
|
||||||
("rust-document-features" ,rust-document-features-0.2)
|
("rust-document-features" ,rust-document-features-0.2)
|
||||||
|
@ -3895,12 +3930,7 @@ support.")
|
||||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-tempfile" ,rust-tempfile-3)
|
("rust-tempfile" ,rust-tempfile-3)
|
||||||
("rust-thiserror" ,rust-thiserror-1))))
|
("rust-thiserror" ,rust-thiserror-1))))))
|
||||||
(home-page "https://github.com/Byron/gitoxide")
|
|
||||||
(synopsis "Implements various Git object databases")
|
|
||||||
(description "Implements various Git object databases for Gitoxide.
|
|
||||||
Gitoxide is a pure Rust implementation of Git.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-gix-odb-0.55
|
(define-public rust-gix-odb-0.55
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue