mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-gix-submodule-0.7.
* gnu/packages/crates-vcs.scm (rust-gix-submodule-0.7): New variable. (rust-gix-submodule-0.6): Inherit from rust-gix-submodule-0.7. Change-Id: I65015ff6b23da4c4b8feca2c5203cd1d6cad4b41
This commit is contained in:
parent
5fb17672ad
commit
b3d5295f60
1 changed files with 29 additions and 8 deletions
|
@ -3959,8 +3959,36 @@ (define-public rust-gix-status-0.1
|
|||
("rust-gix-pathspec" ,rust-gix-pathspec-0.3)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-submodule-0.7
|
||||
(package
|
||||
(name "rust-gix-submodule")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-submodule" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0day1xp9pfxki9cmp0z4kyhh6ygrm427z2f9zkgj9pi2j903im11"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
("rust-gix-config" ,rust-gix-config-0.33)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-gix-pathspec" ,rust-gix-pathspec-0.5)
|
||||
("rust-gix-refspec" ,rust-gix-refspec-0.21)
|
||||
("rust-gix-url" ,rust-gix-url-0.26)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Functions for dealing with Git submodules")
|
||||
(description
|
||||
"Functions for dealing with Git submodules. Part of Gitoxide a pure Rust
|
||||
implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-submodule-0.6
|
||||
(package
|
||||
(inherit rust-gix-submodule-0.7)
|
||||
(name "rust-gix-submodule")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
|
@ -3970,7 +3998,6 @@ (define-public rust-gix-submodule-0.6
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1y89k2c4isa9r4j9a5mim91dxx69s6ckqrl1i7mwmgcm1bvdg8q2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
("rust-gix-config" ,rust-gix-config-0.32)
|
||||
|
@ -3978,13 +4005,7 @@ (define-public rust-gix-submodule-0.6
|
|||
("rust-gix-pathspec" ,rust-gix-pathspec-0.4)
|
||||
("rust-gix-refspec" ,rust-gix-refspec-0.20)
|
||||
("rust-gix-url" ,rust-gix-url-0.25)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Functions for dealing with Git submodules")
|
||||
(description
|
||||
"Functions for dealing with Git submodules. Part of Gitoxide a pure Rust
|
||||
implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-submodule-0.5
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue