gnu: Add rust-gix-config-0.31.
* gnu/packages/crates-vcs.scm (rust-gix-config-0.31): New variable. (rust-gix-config-0.30): Inherit from rust-gix-config-0.31. Change-Id: Ic208ed665f588d0f523063796a9551ba38cd1584master
parent
683bbec672
commit
39692b417b
|
@ -996,8 +996,45 @@ package provides read only access to git commitgraph file.")
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-thiserror" ,rust-thiserror-1))))))
|
("rust-thiserror" ,rust-thiserror-1))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-config-0.31
|
||||||
|
(package
|
||||||
|
(name "rust-gix-config")
|
||||||
|
(version "0.31.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-config" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1fzraij8rb98j71id939qc56nzaqfaqp8ln3kcvhjv66nk39ibjw"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
|
("rust-document-features" ,rust-document-features-0.2)
|
||||||
|
("rust-gix-config-value" ,rust-gix-config-value-0.14)
|
||||||
|
("rust-gix-features" ,rust-gix-features-0.36)
|
||||||
|
("rust-gix-glob" ,rust-gix-glob-0.14)
|
||||||
|
("rust-gix-path" ,rust-gix-path-0.10)
|
||||||
|
("rust-gix-ref" ,rust-gix-ref-0.38)
|
||||||
|
("rust-gix-sec" ,rust-gix-sec-0.10)
|
||||||
|
("rust-memchr" ,rust-memchr-2)
|
||||||
|
("rust-once-cell" ,rust-once-cell-1)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1)
|
||||||
|
("rust-unicode-bom" ,rust-unicode-bom-2)
|
||||||
|
("rust-winnow" ,rust-winnow-0.5))
|
||||||
|
#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.5))))
|
||||||
|
(home-page "https://github.com/Byron/gitoxide")
|
||||||
|
(synopsis "Git-config file parser and editor from the Gitoxide project")
|
||||||
|
(description
|
||||||
|
"A git-config file parser and editor from the Gitoxide project. Gitoxide
|
||||||
|
is a pure Rust implementation of Git.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-config-0.30
|
(define-public rust-gix-config-0.30
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gix-config-0.31)
|
||||||
(name "rust-gix-config")
|
(name "rust-gix-config")
|
||||||
(version "0.30.0")
|
(version "0.30.0")
|
||||||
(source
|
(source
|
||||||
|
@ -1007,7 +1044,6 @@ package provides read only access to git commitgraph file.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dcaz3ylf2x763mjfg7jd4qhx65c8l7zqzp3g9kkyza8815m2wf1"))))
|
(base32 "1dcaz3ylf2x763mjfg7jd4qhx65c8l7zqzp3g9kkyza8815m2wf1"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-bstr" ,rust-bstr-1)
|
(("rust-bstr" ,rust-bstr-1)
|
||||||
|
@ -1026,13 +1062,7 @@ package provides read only access to git commitgraph file.")
|
||||||
("rust-unicode-bom" ,rust-unicode-bom-2)
|
("rust-unicode-bom" ,rust-unicode-bom-2)
|
||||||
("rust-winnow" ,rust-winnow-0.5))
|
("rust-winnow" ,rust-winnow-0.5))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-criterion" ,rust-criterion-0.5))))
|
(("rust-criterion" ,rust-criterion-0.5))))))
|
||||||
(home-page "https://github.com/Byron/gitoxide")
|
|
||||||
(synopsis "Git-config file parser and editor from the Gitoxide project")
|
|
||||||
(description
|
|
||||||
"A git-config file parser and editor from the Gitoxide project. Gitoxide
|
|
||||||
is a pure Rust implementation of Git.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-gix-config-0.23
|
(define-public rust-gix-config-0.23
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue