[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: ripgrep: Update to 11.0.2.
From: |
guix-commits |
Subject: |
12/12: gnu: ripgrep: Update to 11.0.2. |
Date: |
Sat, 8 Feb 2020 15:49:35 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 16ffc3b6042bf78f2584ef944ae8a1bc5e281749
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Fri Feb 7 22:23:22 2020 +0100
gnu: ripgrep: Update to 11.0.2.
* gnu/packages/rust-apps.scm (ripgrep): Update to 11.0.2.
[arguments]: Use rust-bstr-0.2 instead of rust-bstr-0.1. Add
rust-jemallocator-0.3 to inputs. Remove unnecessary
development-inputs.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/rust-apps.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index e7e2890..007d57a 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019, 2020 John Soo <address@hidden>
;;; Copyright © 2019, 2020 Efraim Flashner <address@hidden>
+;;; Copyright © 2020 Jakub Kądziołka <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -199,7 +200,7 @@ provides defaults for 80% of the use cases.")
(define-public ripgrep
(package
(name "ripgrep")
- (version "11.0.1")
+ (version "11.0.2")
(source
(origin
(method url-fetch)
@@ -208,14 +209,15 @@ provides defaults for 80% of the use cases.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0bn40lz9n08llq615p4qqqbi24zbkf0appfx3zgxg34a86ga9zds"))))
+ "0vqjr96s2rs45715hzf0g0wjahig4zjyiqfijmzzg4jyh9ni80yr"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-bstr" ,rust-bstr-0.1)
+ (("rust-bstr" ,rust-bstr-0.2)
("rust-clap" ,rust-clap-2)
("rust-grep" ,rust-grep-0.2)
("rust-ignore" ,rust-ignore-0.4)
+ ("rust-jemallocator" ,rust-jemallocator-0.3)
("rust-lazy-static" ,rust-lazy-static-1.3)
("rust-log" ,rust-log-0.4)
("rust-num-cpus" ,rust-num-cpus-1.10)
@@ -223,9 +225,7 @@ provides defaults for 80% of the use cases.")
("rust-serde-json" ,rust-serde-json-1.0)
("rust-termcolor" ,rust-termcolor-1.0))
#:cargo-development-inputs
- (("rust-clap" ,rust-clap-2)
- ("rust-lazy-static" ,rust-lazy-static-1.3)
- ("rust-serde" ,rust-serde-1.0)
+ (("rust-serde" ,rust-serde-1.0)
("rust-serde-derive" ,rust-serde-derive-1.0))))
(home-page "https://github.com/BurntSushi/ripgrep")
(synopsis "Line-oriented search tool")
- branch master updated (0f7720d -> 16ffc3b), guix-commits, 2020/02/08
- 04/12: gnu: rust-lazy-static-1.3: Don't skip build., guix-commits, 2020/02/08
- 01/12: gnu: rust-itoa-0.1: Don't skip build., guix-commits, 2020/02/08
- 08/12: gnu: rust-aho-corasick: Update to 0.7.8., guix-commits, 2020/02/08
- 11/12: gnu: rust-ignore-0.4: Update to 0.4.11., guix-commits, 2020/02/08
- 05/12: gnu: rust-lazy-static-1.4: Don't skip build., guix-commits, 2020/02/08
- 07/12: gnu: rust-regex: Update to 1.3.4., guix-commits, 2020/02/08
- 02/12: gnu: rust-itoa-0.4: Don't skip build., guix-commits, 2020/02/08
- 12/12: gnu: ripgrep: Update to 11.0.2.,
guix-commits <=
- 09/12: gnu: rust-grep-matcher: Update to 0.1.3., guix-commits, 2020/02/08
- 10/12: gnu: rust-grep-regex: Update to 0.1.4., guix-commits, 2020/02/08
- 03/12: gnu: rust-jobserver-0.1: Don't skip build., guix-commits, 2020/02/08
- 06/12: gnu: rust-regex-syntax: Update to 0.6.14., guix-commits, 2020/02/08