summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-12-24 15:06:58 +0100
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:44:18 +0200
commit5f238e3e36e41bdec424aec78a99e8f68eb779c4 (patch)
tree52ab17c18743adea4b86d1c710d7aa0511103354 /gnu
parentb67764c83b2f1febc1e2e9848ef045bf2194bd5c (diff)
downloadguix-5f238e3e36e41bdec424aec78a99e8f68eb779c4.tar.gz
gnu: grep: Update to 3.11.
* gnu/packages/base.scm (grep): Update to 3.11.

Change-Id: Ia9d8d4748ab4faffee1f013d55000e11c6b86c11
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/base.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index af81169850..10a1ad6054 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -114,14 +114,14 @@ command-line arguments, multiple languages, and so on.")
 (define-public grep
   (package
    (name "grep")
-   (version "3.8")
+   (version "3.11")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "10n3mc9n1xmg85hpxyr4wiqzfp27ffxzwhvkv021j27vnk0pr3a9"))
+              "1avf4x8skxbqrjp5j2qr9sp5vlf8jkw2i5bdn51fl3cxx3fsxchx"))
             (patches (search-patches "grep-timing-sensitive-test.patch"))))
    (build-system gnu-build-system)
    (native-inputs (list perl))                   ;some of the tests require it