guix-patches
[Top][All Lists]
Advanced

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

[bug#61990] [PATCH] gnu: grep: Update to 3.9


From: Andy Tai
Subject: [bug#61990] [PATCH] gnu: grep: Update to 3.9
Date: Sun, 5 Mar 2023 14:36:42 -0800

* gnu/packages/base.scm (grep): Update to 3.9
---
 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 fa5f1ef32b..0b0776edb3 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -106,14 +106,14 @@ (define-public hello
 (define-public grep
   (package
    (name "grep")
-   (version "3.6")
+   (version "3.9")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0gipv6bzkm1aihj0ncqpyh164xrzgcxcv9r1kwzyk2g1mzl1azk6"))
+              "16dmf2hsr27lnlxk3vgy9h0ngj5s7gjj5d7y6nplqgg2kr013kdb"))
             (patches (search-patches "grep-timing-sensitive-test.patch"))))
    (build-system gnu-build-system)
    (native-inputs (list perl))                   ;some of the tests require it

base-commit: 833febb522bd37a38156b558b108372b89a34949
-- 
2.39.1






reply via email to

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