diff mbox series

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

Message ID 20230305223642.20508-1-atai@atai.org
State New
Headers show
Series [bug#61990] gnu: grep: Update to 3.9 | expand

Commit Message

Andy Tai March 5, 2023, 10:36 p.m. UTC
* gnu/packages/base.scm (grep): Update to 3.9
---
 gnu/packages/base.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 833febb522bd37a38156b558b108372b89a34949

Comments

Andreas Enge March 12, 2023, 11:43 p.m. UTC | #1
Hello Andy,

in core-updates, grep is currently at version 3.8, and it has an enormous
number of dependent packages. So I would suggest to hold this patch back
until the core-updates merge has happened.

Andreas
Andy Tai April 19, 2023, 5:12 p.m. UTC | #2
will determine next steps once the current core-update is merged to master
diff mbox series

Patch

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