diff mbox series

[bug#61990,v3] gnu: grep: Update to 3.10

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

Commit Message

Andy Tai April 27, 2023, 6:20 a.m. UTC
* gnu/packages/base.scm (grep): Update to 3.10
---
 gnu/packages/base.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: db19e30673a72ff8ee34276ede5dd081e6023cd3

Comments

Simon Tournier May 3, 2023, 5:23 p.m. UTC | #1
Hi,

On Wed, 26 Apr 2023 at 23:20, Andy Tai <atai@atai.org> wrote:

> * gnu/packages/base.scm (grep): Update to 3.10

This should go to a dedicated branch.  It leads to the rebuild of ~1/3
of all the packages.

For instance, the recent update of grep in core-updates had broken many
packages because some default behaviour changed.

Cheers,
simon
diff mbox series

Patch

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 6911ea78be..4d036d97e8 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -107,14 +107,14 @@  (define-public hello
 (define-public grep
   (package
    (name "grep")
-   (version "3.8")
+   (version "3.10")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "10n3mc9n1xmg85hpxyr4wiqzfp27ffxzwhvkv021j27vnk0pr3a9"))
+              "0nw5ys5bhcr6c162rl43q5qpmf0bia3bhlcvhw072npvjnssbvr4"))
             (patches (search-patches "grep-timing-sensitive-test.patch"))))
    (build-system gnu-build-system)
    (native-inputs (list perl))                   ;some of the tests require it