mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-gix-prompt-0.8: Update to 0.8.9.
* gnu/packages/crates-vcs.scm (rust-gix-prompt-0.8): Update to 0.8.9. [cargo-inputs]: Replace rust-thiserror-1 with 2. Change-Id: I14f660d487bedb85d383e375ac970efe2f3fb6e8
This commit is contained in:
parent
ab783f1d96
commit
95e46ffd56
1 changed files with 3 additions and 3 deletions
|
@ -5273,21 +5273,21 @@ (define-public rust-gix-pathspec-0.3
|
|||
(define-public rust-gix-prompt-0.8
|
||||
(package
|
||||
(name "rust-gix-prompt")
|
||||
(version "0.8.8")
|
||||
(version "0.8.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-prompt" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "01nhvxzc1a7bn7gipnyq80vblkpzk5p2fckhj29rhykzp2ylp52p"))))
|
||||
(base32 "1505js24g8dziljc7jl5frmk0af1847v106fqsxmz75wqjpj4y3s"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-gix-command" ,rust-gix-command-0.3)
|
||||
("rust-gix-config-value" ,rust-gix-config-value-0.14)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||
("rust-rustix" ,rust-rustix-0.38)
|
||||
("rust-thiserror" ,rust-thiserror-1))
|
||||
("rust-thiserror" ,rust-thiserror-2))
|
||||
#:cargo-development-inputs (("rust-expectrl" ,rust-expectrl-0.7)
|
||||
("rust-serial-test" ,rust-serial-test-3))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
|
|
Loading…
Reference in a new issue