guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/15: gnu: grep: Update to 3.4.


From: guix-commits
Subject: 05/15: gnu: grep: Update to 3.4.
Date: Tue, 14 Jan 2020 12:37:10 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit e8b79cd9f449c0419f1d4f09d7b8e0712b6a961f
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 18:08:30 2020 +0100

    gnu: grep: Update to 3.4.
    
    * gnu/packages/base.scm (grep): Update to 3.4.
---
 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 52ca78f..5c48db4 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -92,14 +92,14 @@ command-line arguments, multiple languages, and so on.")
 (define-public grep
   (package
    (name "grep")
-   (version "3.3")
+   (version "3.4")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "055mqp6vrd0brkygmygb2673qwz409a7kyp1mzbfy6cn94f58q5r"))
+              "1yy33kiwrxrwj2nxa4fg15bvmwyghqbs8qwkdvy5phm784f7brjq"))
             (patches (search-patches "grep-timing-sensitive-test.patch"))))
    (build-system gnu-build-system)
    (native-inputs `(("perl" ,perl)))             ;some of the tests require it



reply via email to

[Prev in Thread] Current Thread [Next in Thread]