mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: bat: Update to 0.18.3.
* gnu/packages/rust-apps.scm (bat): Update to 0.18.3.
This commit is contained in:
parent
d6c2fc3729
commit
f04883d0ba
1 changed files with 2 additions and 3 deletions
|
@ -88,14 +88,14 @@ (define-public agate
|
|||
(define-public bat
|
||||
(package
|
||||
(name "bat")
|
||||
(version "0.18.2")
|
||||
(version "0.18.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bat" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "01zdamn1rd6d4xwwba1a8nfh06nmg7a0lakzgq8yfj5hsdgj9rdm"))))
|
||||
(base32 "0qlk032dd6zxda1v7clah33nafxygaw3x7f73ajwlvk956nrn1js"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -104,7 +104,6 @@ (define-public bat
|
|||
("rust-atty" ,rust-atty-0.2)
|
||||
("rust-bugreport" ,rust-bugreport-0.4)
|
||||
("rust-clap" ,rust-clap-2)
|
||||
("rust-clap" ,rust-clap-2)
|
||||
("rust-clircle" ,rust-clircle-0.3)
|
||||
("rust-console" ,rust-console-0.14)
|
||||
("rust-content-inspector" ,rust-content-inspector-0.2)
|
||||
|
|
Loading…
Reference in a new issue