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>
parent
d3e8adae57
commit
2d18aba52a
|
@ -30688,8 +30688,37 @@ package provides read only access to git commitgraph file.")
|
||||||
project.")
|
project.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(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
|
(define-public rust-gix-config-value-0.12
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gix-config-value-0.14)
|
||||||
(name "rust-gix-config-value")
|
(name "rust-gix-config-value")
|
||||||
(version "0.12.5")
|
(version "0.12.5")
|
||||||
(source
|
(source
|
||||||
|
@ -30699,7 +30728,6 @@ project.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15rqyj523ckas16sn0jbqpgzln4h1fcpdsnwj4lw0hbl8d0lz1vf"))))
|
(base32 "15rqyj523ckas16sn0jbqpgzln4h1fcpdsnwj4lw0hbl8d0lz1vf"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-bitflags" ,rust-bitflags-2)
|
(("rust-bitflags" ,rust-bitflags-2)
|
||||||
|
@ -30708,14 +30736,7 @@ project.")
|
||||||
("rust-gix-path" ,rust-gix-path-0.8)
|
("rust-gix-path" ,rust-gix-path-0.8)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-thiserror" ,rust-thiserror-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))))
|
|
||||||
|
|
||||||
(define-public rust-gix-credentials-0.15
|
(define-public rust-gix-credentials-0.15
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue