ngz pushed a commit to branch master
in repository guix.
commit da0b05d79a670ef5a2a33ff2f753add572f97844
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Feb 28 11:54:14 2022 +0100
gnu: bat: Update to 0.20.0.
* gnu/packages/rust-apps.scm (bat): Update to 0.20.0.
---
gnu/packages/rust-apps.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index bb59f6b448..a73a1e18ef 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2020 Leo Famulari <[email protected]>
;;; Copyright © 2020 Mark H Weaver <[email protected]>
;;; Copyright © 2020 Gabriel Arazas <[email protected]>
-;;; Copyright © 2020–2022 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2020-2022 Nicolas Goaziou <[email protected]>
;;; Copyright © 2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2021 Sharlatan Hellseher <[email protected]>
;;; Copyright © 2021, 2022 Zheng Junjie <[email protected]>
@@ -181,14 +181,14 @@ alternative zones.")
(define-public bat
(package
(name "bat")
- (version "0.19.0")
+ (version "0.20.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "bat" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0bvlgh2yf6f1ski86hd13lda4cr51wyyg1ycsxwjpn0dbb0a8wqq"))))
+ (base32 "05sj0chxpai26fhk1k7p5m54v3j7n1x64ayx53mcimsj1skdr77m"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@@ -197,6 +197,7 @@ alternative zones.")
("rust-atty" ,rust-atty-0.2)
("rust-bincode" ,rust-bincode-1)
("rust-bugreport" ,rust-bugreport-0.4)
+ ("rust-bytesize" ,rust-bytesize-1)
("rust-clap" ,rust-clap-2)
("rust-clap" ,rust-clap-2)
("rust-clircle" ,rust-clircle-0.3)