mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add rust-gix-config-value-0.14.
* gnu/packages/crates-io.scm (rust-gix-config-value-0.14): New variable. (rust-gix-config-value-0.12): Inherit from rust-gix-config-value-0.14. Change-Id: Ie81c753fe458729afd4586ce23ffc72cca5b903d Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d3e8adae57
commit
2d18aba52a
1 changed files with 30 additions and 9 deletions
|
@ -30688,8 +30688,37 @@ (define-public rust-gix-config-0.23
|
|||
project.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-config-value-0.14
|
||||
(package
|
||||
(name "rust-gix-config-value")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-config-value" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0irgjzwq84rjx3qdjsb68vgdi1igp9laadcpw8rpk3jdgywhaxga"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis
|
||||
"This crate implements @code{git-config} value parsing")
|
||||
(description
|
||||
"This package is a crate for @code{git-config} value parsing. Part of
|
||||
Gitoxide a Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-config-value-0.12
|
||||
(package
|
||||
(inherit rust-gix-config-value-0.14)
|
||||
(name "rust-gix-config-value")
|
||||
(version "0.12.5")
|
||||
(source
|
||||
|
@ -30699,7 +30728,6 @@ (define-public rust-gix-config-value-0.12
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "15rqyj523ckas16sn0jbqpgzln4h1fcpdsnwj4lw0hbl8d0lz1vf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-2)
|
||||
|
@ -30708,14 +30736,7 @@ (define-public rust-gix-config-value-0.12
|
|||
("rust-gix-path" ,rust-gix-path-0.8)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis
|
||||
"Crate of the gitoxide project providing git-config value parsing")
|
||||
(description
|
||||
"This package provides a crate of the gitoxide project providing git-config
|
||||
value parsing.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-credentials-0.15
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue