me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-gix-config-value-0.12.

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

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

View File

@ -29844,6 +29844,35 @@ 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-value-0.12
(package
(name "rust-gix-config-value")
(version "0.12.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-config-value" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "15rqyj523ckas16sn0jbqpgzln4h1fcpdsnwj4lw0hbl8d0lz1vf"))))
(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.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))))
(define-public rust-gix-credentials-0.15
(package
(name "rust-gix-credentials")