mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-gix-config-value-0.14: Update to 0.14.10.
* gnu/packages/crates-vcs.scm (rust-gix-config-value-0.14): Update to 0.14.10. [cargo-inputs]: Replace rust-thiserror-1 with 2. Change-Id: Ib6d6eef174fb6e4026732d354b307f1a9791278b
This commit is contained in:
parent
15b8534e63
commit
c4fa77091f
1 changed files with 3 additions and 3 deletions
|
@ -2117,14 +2117,14 @@ (define-public rust-gix-config-0.23
|
|||
(define-public rust-gix-config-value-0.14
|
||||
(package
|
||||
(name "rust-gix-config-value")
|
||||
(version "0.14.9")
|
||||
(version "0.14.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-config-value" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0q26nzp4rhj90whwvsw8n3k1v6x4bwk3sn3n7awa8py7m7f3zppk"))))
|
||||
(base32 "13mjjpljpc07qiyk36gdycdksy8ba85l9invz6ya7443v7syxaj9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
|
@ -2133,7 +2133,7 @@ (define-public rust-gix-config-value-0.14
|
|||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
("rust-thiserror" ,rust-thiserror-2))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "This crate implements @code{git-config} value parsing")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue