mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-credentials@0.27.0.
* gnu/packages/crates-vcs.scm (rust-gix-credentials-0.27): New variable. Change-Id: Ifd312aaae9aa54d13527561d02caade3b4ce1d67
This commit is contained in:
parent
d467388e07
commit
567cbd3ed6
1 changed files with 33 additions and 0 deletions
|
@ -3785,6 +3785,39 @@ Gitoxide project. Gitoxide is a pure Rust implementation of Git.")
|
|||
Gitoxide a Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-credentials-0.27
|
||||
(package
|
||||
(name "rust-gix-credentials")
|
||||
(version "0.27.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-credentials" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0icymf6v01y2r07bmwaw3vb1mx59m2x54lcb732bj2v9w6g0z5fg"))))
|
||||
(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.29)
|
||||
("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-credentials-0.24
|
||||
(package
|
||||
(name "rust-gix-credentials")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue