[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: rust-grep-matcher: Update to 0.1.3.
From: |
guix-commits |
Subject: |
09/12: gnu: rust-grep-matcher: Update to 0.1.3. |
Date: |
Sat, 8 Feb 2020 15:49:34 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 2e1d4c873b87ccdd0655acfd52db5170484c1548
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Fri Feb 7 22:23:19 2020 +0100
gnu: rust-grep-matcher: Update to 0.1.3.
* gnu/packages/crates-io.scm (rust-grep-matcher-0.1): Update to 0.1.3.
[arguments]: Don't skip build.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/crates-io.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9711812..1d2e04e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4473,7 +4473,7 @@ loading crate.")
(define-public rust-grep-matcher-0.1
(package
(name "rust-grep-matcher")
- (version "0.1.2")
+ (version "0.1.3")
(source
(origin
(method url-fetch)
@@ -4482,11 +4482,10 @@ loading crate.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "03j26zygfgwyam66bl5g922gimrvp4yyzl8qvaykyklnf247bl3r"))))
+ "113lafx3abrr96ahpz6yn905ian1w3qsr5hijbb909p2j0xgmhkm"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
+ `(#:cargo-inputs
(("rust-memchr" ,rust-memchr-2.2))
#:cargo-development-inputs
(("rust-regex" ,rust-regex-1.1))))
- 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, 2020/02/08
- 09/12: gnu: rust-grep-matcher: Update to 0.1.3.,
guix-commits <=
- 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