[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/25: gnu: Remove rust-bat-0.17.
From: |
guix-commits |
Subject: |
25/25: gnu: Remove rust-bat-0.17. |
Date: |
Tue, 27 Jul 2021 10:41:50 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 87f6491e674fdd077fa64a3a3122fe59f5cdd6a1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 26 13:41:54 2021 +0200
gnu: Remove rust-bat-0.17.
* gnu/packages/crates-io.scm (rust-bat-0.17): Remove variable.
---
gnu/packages/crates-io.scm | 45 ---------------------------------------------
1 file changed, 45 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0c70618..d5e2347 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19632,51 +19632,6 @@ used by @command{cargo} and @command{rustup}, as well
as functions to find the
correct value of @samp{CARGO_HOME} and @samp{RUSTUP_HOME}.")
(license (list license:expat license:asl2.0))))
-(define-public rust-bat-0.17
- (package
- (name "rust-bat")
- (version "0.17.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "bat" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1ia12774prjnm3msiaja6qdpxkpyknxswqpgkmwzj0wn9nhkc7nz"))))
- (build-system cargo-build-system)
- (arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-ansi-colours" ,rust-ansi-colours-1)
- ("rust-ansi-term" ,rust-ansi-term-0.12)
- ("rust-atty" ,rust-atty-0.2)
- ("rust-clap" ,rust-clap-2)
- ("rust-clap" ,rust-clap-2)
- ("rust-console" ,rust-console-0.13)
- ("rust-content-inspector" ,rust-content-inspector-0.2)
- ("rust-dirs" ,rust-dirs-3)
- ("rust-encoding" ,rust-encoding-0.2)
- ("rust-error-chain" ,rust-error-chain-0.12)
- ("rust-git2" ,rust-git2-0.13)
- ("rust-globset" ,rust-globset-0.4)
- ("rust-lazy-static" ,rust-lazy-static-1)
- ("rust-path-abs" ,rust-path-abs-0.5)
- ("rust-semver" ,rust-semver-0.11)
- ("rust-serde" ,rust-serde-1)
- ("rust-serde-yaml" ,rust-serde-yaml-0.8)
- ("rust-shell-words" ,rust-shell-words-1)
- ("rust-syntect" ,rust-syntect-4)
- ("rust-unicode-width" ,rust-unicode-width-0.1)
- ("rust-wild" ,rust-wild-2))))
- (home-page "https://github.com/sharkdp/bat")
- (synopsis "@command{cat} clone with syntax highlighting and git
integration")
- (description
- "@command{bat} is a drop-in @command{cat} replacement featuring syntax
-highlighting for a large number of languages, git integration, and automatic
-paging.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-hamcrest2-0.3
(package
(name "rust-hamcrest2")
- 16/25: gnu: Add rust-shadow-rs-0.6., (continued)
- 16/25: gnu: Add rust-shadow-rs-0.6., guix-commits, 2021/07/27
- 20/25: gnu: rust-minus-3: Update to 3.4.0., guix-commits, 2021/07/27
- 22/25: gnu: Add rust-calamine-0.18., guix-commits, 2021/07/27
- 21/25: gnu: rust-indexmap-1: Update to 1.7.0., guix-commits, 2021/07/27
- 23/25: gnu: Add rust-mp4-0.8., guix-commits, 2021/07/27
- 24/25: gnu: nushell: Update to 0.34.0., guix-commits, 2021/07/27
- 15/25: gnu: rust-unicode-segmentation-1: Update to 1.8.0., guix-commits, 2021/07/27
- 18/25: gnu: Add rust-matrixmultiply-0.3., guix-commits, 2021/07/27
- 17/25: gnu: Add rust-thread-tree-0.3., guix-commits, 2021/07/27
- 19/25: gnu: Add rust-ndarray-0.15., guix-commits, 2021/07/27
- 25/25: gnu: Remove rust-bat-0.17.,
guix-commits <=