[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: grep: Update to 2.28.
From: |
Marius Bakke |
Subject: |
01/01: gnu: grep: Update to 2.28. |
Date: |
Tue, 7 Feb 2017 16:02:20 +0000 (UTC) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 0cd3e445776ab3138cf59637c2a9050cab574655
Author: Marius Bakke <address@hidden>
Date: Tue Feb 7 17:01:23 2017 +0100
gnu: grep: Update to 2.28.
* gnu/packages/base.scm (grep): Update to 2.28.
---
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 ad086f8..931311a 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -78,14 +78,14 @@ command-line arguments, multiple languages, and so on.")
(define-public grep
(package
(name "grep")
- (version "2.27")
+ (version "2.28")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/grep/grep-"
version ".tar.xz"))
(sha256
(base32
- "1syadppgpxpfhpwhhqcsibrn131azypzps5aicx1qjh74d6w8k5d"))
+ "1181nsjzpxwy7fw1shfy9gaxqpzpk21kdgndhkxa5pxqxqilrb9v"))
(patches (search-patches "grep-timing-sensitive-test.patch"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) ;some of the tests require it