guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: grep: Update to 3.6.


From: guix-commits
Subject: 03/03: gnu: grep: Update to 3.6.
Date: Tue, 17 Nov 2020 09:29:28 -0500 (EST)

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

commit 6877e7f97a244d5e2e53cad0b1494247ac8bf1af
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 17 15:28:58 2020 +0100

    gnu: grep: Update to 3.6.
    
    * gnu/packages/base.scm (grep): Update to 3.6.
---
 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 565d4db..d1febd8 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.5")
+   (version "3.6")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0jm4hynsqf32rw1j3kv239wzg47qm6glqh6841ar9ay20xvwfamq"))
+              "0gipv6bzkm1aihj0ncqpyh164xrzgcxcv9r1kwzyk2g1mzl1azk6"))
             (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]