gnu: Add rust-gix-ref-0.38.
* gnu/packages/crates-vcs.scm (rust-gix-ref-0.38): New variable. (rust-gix-ref-0.37): Inherit from rust-gix-ref-0.38. Change-Id: I570973cf66381aec054432721369cbe6b822a55cmaster
parent
909c2fe3a2
commit
093a33c50b
|
@ -2788,8 +2788,44 @@ Rust implementation of Git.")
|
|||
quotations used by git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-ref-0.38
|
||||
(package
|
||||
(name "rust-gix-ref")
|
||||
(version "0.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-ref" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ljasz4v4bikrb06wdp7hafznmhqh0zgmqvy02w2z3f8gb8gdhhf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; undeclared crate gix_testtools
|
||||
#:cargo-inputs (("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-actor" ,rust-gix-actor-0.28)
|
||||
("rust-gix-date" ,rust-gix-date-0.8)
|
||||
("rust-gix-features" ,rust-gix-features-0.36)
|
||||
("rust-gix-fs" ,rust-gix-fs-0.8)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.13)
|
||||
("rust-gix-lock" ,rust-gix-lock-11)
|
||||
("rust-gix-object" ,rust-gix-object-0.38)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-gix-tempfile" ,rust-gix-tempfile-11)
|
||||
("rust-gix-validate" ,rust-gix-validate-0.8)
|
||||
("rust-memmap2" ,rust-memmap2-0.7)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-winnow" ,rust-winnow-0.5))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Part of Gitoxide, this crate handles Git references")
|
||||
(description "This package provides a crate to handle git references.
|
||||
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.37
|
||||
(package
|
||||
(inherit rust-gix-ref-0.38)
|
||||
(name "rust-gix-ref")
|
||||
(version "0.37.0")
|
||||
(source
|
||||
|
@ -2799,7 +2835,6 @@ quotations used by git.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1r4d0zpin2c62s4j88n32cd0gf1f2da1kp4yfr0kcq8bcr4vgri2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; undeclared crate gix_testtools
|
||||
#:cargo-inputs (("rust-document-features" ,rust-document-features-0.2)
|
||||
|
@ -2816,12 +2851,7 @@ quotations used by git.")
|
|||
("rust-memmap2" ,rust-memmap2-0.7)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-winnow" ,rust-winnow-0.5))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Part of Gitoxide, this crate handles Git references")
|
||||
(description "This package provides a crate to handle git references.
|
||||
Part of Gitoxide, a project to create a pure Rust Git implementation.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
("rust-winnow" ,rust-winnow-0.5))))))
|
||||
|
||||
(define-public rust-gix-ref-0.30
|
||||
(package
|
||||
|
|
Reference in New Issue