mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-ref-0.45.
* gnu/packages/crates-vcs.scm (rust-gix-ref-0.45): New variable. Change-Id: I51ee52322fdf6e65fe1bca385489eec0cbb6e17c
This commit is contained in:
parent
d86dd1e1db
commit
82bdb79367
1 changed files with 31 additions and 0 deletions
|
@ -4927,6 +4927,37 @@ quotations used by git.")
|
|||
Part of Gitoxide, a project to create a pure Rust Git implementation.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-ref-0.45
|
||||
(package
|
||||
(inherit rust-gix-ref-0.47)
|
||||
(name "rust-gix-ref")
|
||||
(version "0.45.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-ref" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dcv2pgaz6gzhx38zw0qh9pkmhqhf4hqq2gf7waia9snlnh9cvk3"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared crate gix_testtools
|
||||
#:cargo-inputs (("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-actor" ,rust-gix-actor-0.31)
|
||||
("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-lock" ,rust-gix-lock-14)
|
||||
("rust-gix-object" ,rust-gix-object-0.42)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-gix-tempfile" ,rust-gix-tempfile-14)
|
||||
("rust-gix-utils" ,rust-gix-utils-0.1)
|
||||
("rust-gix-validate" ,rust-gix-validate-0.8)
|
||||
("rust-memmap2" ,rust-memmap2-0.9)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-winnow" ,rust-winnow-0.6))
|
||||
#:cargo-development-inputs (("rust-gix-date" ,rust-gix-date-0.8))))))
|
||||
|
||||
(define-public rust-gix-ref-0.40
|
||||
(package
|
||||
(inherit rust-gix-ref-0.47)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue