mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: Add rust-gix-credentials-0.22.
* gnu/packages/crates-vcs.scm (rust-gix-credentials-0.22): New variable. (rust-gix-credentials-0.21): Inherit from rust-gix-credentials-0.22. Change-Id: I30c766e3177cf75a52fb6fd7b1ae7b64fb07166e
This commit is contained in:
parent
10c334426c
commit
ef320bcb70
1 changed files with 33 additions and 8 deletions
|
@ -1308,8 +1308,40 @@ Gitoxide a Rust implementation of Git.")
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-thiserror" ,rust-thiserror-1))))))
|
("rust-thiserror" ,rust-thiserror-1))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-credentials-0.22
|
||||||
|
(package
|
||||||
|
(name "rust-gix-credentials")
|
||||||
|
(version "0.22.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-credentials" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0gcgr1wvgji9l4wk8pifabb77r48b8x5llx0s1mr89qb8m1aqgai"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
|
("rust-document-features" ,rust-document-features-0.2)
|
||||||
|
("rust-gix-command" ,rust-gix-command-0.3)
|
||||||
|
("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.8)
|
||||||
|
("rust-gix-sec" ,rust-gix-sec-0.10)
|
||||||
|
("rust-gix-trace" ,rust-gix-trace-0.1)
|
||||||
|
("rust-gix-url" ,rust-gix-url-0.25)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1))))
|
||||||
|
(home-page "https://github.com/Byron/gitoxide")
|
||||||
|
(synopsis "Git credentials handlers for Gitoxide")
|
||||||
|
(description
|
||||||
|
"Gitoxide is a Rust implementation of Git. This package provides helpers
|
||||||
|
to interact with Git credentials helpers.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-credentials-0.21
|
(define-public rust-gix-credentials-0.21
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gix-credentials-0.22)
|
||||||
(name "rust-gix-credentials")
|
(name "rust-gix-credentials")
|
||||||
(version "0.21.0")
|
(version "0.21.0")
|
||||||
(source
|
(source
|
||||||
|
@ -1319,7 +1351,6 @@ Gitoxide a Rust implementation of Git.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1956pmz4sj25kydwh4ardzv9zbdpqrx050g5c4c2m14v0rs5sp0w"))))
|
(base32 "1956pmz4sj25kydwh4ardzv9zbdpqrx050g5c4c2m14v0rs5sp0w"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; use of undeclared crate or module `gix_testtools`
|
`(#:tests? #f ; use of undeclared crate or module `gix_testtools`
|
||||||
#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
|
@ -1331,13 +1362,7 @@ Gitoxide a Rust implementation of Git.")
|
||||||
("rust-gix-sec" ,rust-gix-sec-0.10)
|
("rust-gix-sec" ,rust-gix-sec-0.10)
|
||||||
("rust-gix-url" ,rust-gix-url-0.25)
|
("rust-gix-url" ,rust-gix-url-0.25)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-thiserror" ,rust-thiserror-1))))
|
("rust-thiserror" ,rust-thiserror-1))))))
|
||||||
(home-page "https://github.com/Byron/gitoxide")
|
|
||||||
(synopsis "Git credentials handlers for Gitoxide")
|
|
||||||
(description
|
|
||||||
"Gitoxide is a Rust implementation of Git. This package provides helpers
|
|
||||||
to interact with Git credentials.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-gix-credentials-0.20
|
(define-public rust-gix-credentials-0.20
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue