summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-19 23:54:07 +0900
committerLudovic Courtès <ludo@gnu.org>2026-04-02 12:54:44 +0200
commitd0ff93c699f5b7d65dd9e4bef6fa99db0e179a7f (patch)
tree3df30c09c5b9906328a76365399c680fb25c991a
parentef93d7ea28b3186076cc05bef8e0494536521d8b (diff)
gnu: grep: Update to 3.12.
* gnu/packages/base.scm (grep): Update to 3.12. Change-Id: I15cc4c3e9a4fc6f1e34c4399dbbd653e6bb21553 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-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 c7566f698f2..33299ba14a5 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -120,14 +120,14 @@ command-line arguments, multiple languages, and so on.")
120(define-public grep 120(define-public grep
121 (package 121 (package
122 (name "grep") 122 (name "grep")
123 (version "3.11") 123 (version "3.12")
124 (source (origin 124 (source (origin
125 (method url-fetch) 125 (method url-fetch)
126 (uri (string-append "mirror://gnu/grep/grep-" 126 (uri (string-append "mirror://gnu/grep/grep-"
127 version ".tar.xz")) 127 version ".tar.xz"))
128 (sha256 128 (sha256
129 (base32 129 (base32
130 "1avf4x8skxbqrjp5j2qr9sp5vlf8jkw2i5bdn51fl3cxx3fsxchx")) 130 "1f87i907dzw31xy1xr8xjj6z9979qq3bwmypvkm35rlh1ryb4j96"))
131 (patches (search-patches "grep-timing-sensitive-test.patch")))) 131 (patches (search-patches "grep-timing-sensitive-test.patch"))))
132 (build-system gnu-build-system) 132 (build-system gnu-build-system)
133 (native-inputs (list perl)) ;some of the tests require it 133 (native-inputs (list perl)) ;some of the tests require it