mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: Add rust-gix-credentials@0.26.0.
* gnu/packages/crates-vcs.scm (rust-gix-credentials-0.26): New variable. Change-Id: Ia8c63a160802f7e9b8a52cd166df7fd68f1dc6dd
This commit is contained in:
parent
8721ab7372
commit
89f7b9e79d
1 changed files with 33 additions and 0 deletions
|
@ -1473,6 +1473,39 @@ related types and utilities.")
|
|||
parsing and serialization of gix-url.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-credentials-0.26
|
||||
(package
|
||||
(name "rust-gix-credentials")
|
||||
(version "0.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-credentials" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "02iy6pnvmd04jma303fszv922kpyhd5ggk5l38armhl5nxb0r9c2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-command" ,rust-gix-command-0.4)
|
||||
("rust-gix-config-value" ,rust-gix-config-value-0.14)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-gix-prompt" ,rust-gix-prompt-0.9)
|
||||
("rust-gix-sec" ,rust-gix-sec-0.10)
|
||||
("rust-gix-trace" ,rust-gix-trace-0.1)
|
||||
("rust-gix-url" ,rust-gix-url-0.28)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-2))))
|
||||
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||
(synopsis
|
||||
"Interact with git credentials helpers")
|
||||
(description
|
||||
"This package provides a crate of the gitoxide project to interact with
|
||||
git credentials helpers.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-0.66
|
||||
(package
|
||||
(name "rust-gix")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue