mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: macchina: Update to 6.4.0.
* gnu/packages/rust-apps.scm (macchina): Update to 6.4.0. [cargo-inputs]: Replace rust-ansi-to-tui-2 with 7, rust-ratatui-0.29. Replace rust-dirs-4 with 5, rust-libmacchina-6 with 8, rust-toml-0.5 with 0.8, rust-vergen-7 with 8. Remove rust-color-to-tui-0.2, rust-tui-0.19. Change-Id: I8763b72e3c4a6674b321fb12b0afdcec58fa0ed6
This commit is contained in:
parent
2d24c2a6bf
commit
0d94f7fc29
1 changed files with 8 additions and 9 deletions
|
@ -1754,36 +1754,35 @@ (define-public lsd
|
|||
(define-public macchina
|
||||
(package
|
||||
(name "macchina")
|
||||
(version "6.1.8")
|
||||
(version "6.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "macchina" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "044bygdazv8l1d5sf7pxn2xp26pmnx2b65122qzb37m1ylb1ksg6"))))
|
||||
(base32 "0m1hkf81njdbx69c2k3hp3dslq6xfh14hs8v7iadw3cl44dshb7r"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:install-source? #f
|
||||
#:cargo-inputs `(("rust-ansi-to-tui" ,rust-ansi-to-tui-2)
|
||||
#:cargo-inputs `(("rust-ansi-to-tui" ,rust-ansi-to-tui-7)
|
||||
("rust-atty" ,rust-atty-0.2)
|
||||
("rust-bytesize" ,rust-bytesize-1)
|
||||
("rust-clap" ,rust-clap-4)
|
||||
("rust-color-to-tui" ,rust-color-to-tui-0.2)
|
||||
("rust-colored" ,rust-colored-2)
|
||||
("rust-dirs" ,rust-dirs-4)
|
||||
("rust-dirs" ,rust-dirs-5)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-libmacchina" ,rust-libmacchina-6)
|
||||
("rust-libmacchina" ,rust-libmacchina-8)
|
||||
("rust-rand" ,rust-rand-0.8)
|
||||
("rust-ratatui" ,rust-ratatui-0.29)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-shellexpand" ,rust-shellexpand-3)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-toml" ,rust-toml-0.5)
|
||||
("rust-tui" ,rust-tui-0.19)
|
||||
("rust-toml" ,rust-toml-0.8)
|
||||
("rust-unicode-width" ,rust-unicode-width-0.1)
|
||||
("rust-vergen" ,rust-vergen-7))
|
||||
("rust-vergen" ,rust-vergen-8))
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(add-after 'install 'install-extras
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue