gnu: Add rust-gix-odb-0.56.
* gnu/packages/crates-vcs.scm (rust-gix-odb-0.56): New variable. (rust-gix-odb-0.55): Inherit from rust-gix-odb-0.56. Change-Id: I4466dd9219d269256a0fab5d61cc2f775874ff10master
parent
0cda1ad892
commit
4c5c0d3a5f
|
@ -2732,8 +2732,41 @@ support.")
|
|||
#:cargo-development-inputs
|
||||
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))))
|
||||
|
||||
(define-public rust-gix-odb-0.56
|
||||
(package
|
||||
(name "rust-gix-odb")
|
||||
(version "0.56.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-odb" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1c9kgiv8frpwz9nz9n6wai8xys8vawnfhw1mnz1cchfyffl6vbj6"))))
|
||||
(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.8)
|
||||
("rust-gix-features" ,rust-gix-features-0.37)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.14)
|
||||
("rust-gix-object" ,rust-gix-object-0.40)
|
||||
("rust-gix-pack" ,rust-gix-pack-0.46)
|
||||
("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.55
|
||||
(package
|
||||
(inherit rust-gix-odb-0.56)
|
||||
(name "rust-gix-odb")
|
||||
(version "0.55.0")
|
||||
(source
|
||||
|
@ -2743,7 +2776,6 @@ support.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1b1vr5yp96a3ik32a41rp749v2nir7n6hhwdrip9rja02nbmzbhz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-arc-swap" ,rust-arc-swap-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
|
@ -2757,12 +2789,7 @@ support.")
|
|||
("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))))
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-odb-0.54
|
||||
(package
|
||||
|
|
Reference in New Issue