mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add rust-gix-ref-0.39.
* gnu/packages/crates-vcs.scm (rust-gix-ref-0.39): New variable. (rust-gix-ref-0.38): Inherit from rust-gix-ref-0.39. Change-Id: I919d5f30879c68c41de765a0e0578c53c5d77b5b
This commit is contained in:
parent
9cfdbfc307
commit
823534b925
1 changed files with 37 additions and 7 deletions
|
@ -3346,8 +3346,44 @@ (define-public rust-gix-quote-0.4
|
|||
quotations used by git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-ref-0.39
|
||||
(package
|
||||
(name "rust-gix-ref")
|
||||
(version "0.39.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-ref" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1zmvbjqg7b46banbp7a7507wa1mx992gcmgg2wrpzkqjqannj81v"))))
|
||||
(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.39)
|
||||
("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.9)
|
||||
("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.38
|
||||
(package
|
||||
(inherit rust-gix-ref-0.39)
|
||||
(name "rust-gix-ref")
|
||||
(version "0.38.0")
|
||||
(source
|
||||
|
@ -3357,7 +3393,6 @@ (define-public rust-gix-ref-0.38
|
|||
(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)
|
||||
|
@ -3374,12 +3409,7 @@ (define-public rust-gix-ref-0.38
|
|||
("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.37
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue