[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: grep: Update to 3.5.
From: |
guix-commits |
Subject: |
04/05: gnu: grep: Update to 3.5. |
Date: |
Thu, 15 Oct 2020 17:06:42 -0400 (EDT) |
civodul pushed a commit to branch core-updates
in repository guix.
commit 370adc91b59ac06243067a31122f567a7c35b24b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 15 22:19:58 2020 +0200
gnu: grep: Update to 3.5.
* gnu/packages/base.scm (grep): Update to 3.5.
---
gnu/packages/base.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 41976c5..7cc4325 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -95,14 +95,14 @@ command-line arguments, multiple languages, and so on.")
(define-public grep
(package
(name "grep")
- (version "3.4")
+ (version "3.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/grep/grep-"
version ".tar.xz"))
(sha256
(base32
- "1yy33kiwrxrwj2nxa4fg15bvmwyghqbs8qwkdvy5phm784f7brjq"))
+ "0jm4hynsqf32rw1j3kv239wzg47qm6glqh6841ar9ay20xvwfamq"))
(patches (search-patches "grep-timing-sensitive-test.patch"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) ;some of the tests require it