me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-gix-config-0.23.

* gnu/packages/crates-io.scm (rust-gix-config-0.23): New variable.

Change-Id: Iae8243ccaac5c2346810bef7605774e811ff60a8
Efraim Flashner 2023-10-24 09:12:24 +03:00
parent c47a152cc2
commit ea267d4849
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 39 additions and 0 deletions

View File

@ -29844,6 +29844,45 @@ libcurl, which is intended to be used with the @code{git2} crate.")
("rust-log" ,rust-log-0.4)
("rust-url" ,rust-url-2))))))
(define-public rust-gix-config-0.23
(package
(name "rust-gix-config")
(version "0.23.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-config" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0738kwxlmdp409rypczzr0ampbcvrrv2icigll68zfp118911wsi"))))
(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.12)
("rust-gix-features" ,rust-gix-features-0.30)
("rust-gix-glob" ,rust-gix-glob-0.8)
("rust-gix-path" ,rust-gix-path-0.8)
("rust-gix-ref" ,rust-gix-ref-0.30)
("rust-gix-sec" ,rust-gix-sec-0.8)
("rust-log" ,rust-log-0.4)
("rust-memchr" ,rust-memchr-2)
("rust-nom" ,rust-nom-7)
("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))
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.4))))
(home-page "https://github.com/Byron/gitoxide")
(synopsis "Git-config file parser and editor from the gitoxide project")
(description
"This package provides a git-config file parser and editor from the gitoxide
project.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-config-value-0.12
(package
(name "rust-gix-config-value")