summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-19 23:54:07 +0900
committerZheng Junjie <z572@z572.online>2026-07-21 13:13:41 +0800
commitdc41f2899f3cb27a14ed4ddd60abe4759cb01514 (patch)
tree3517cd54af01c142e63a58d66f07e29dab7d35a1
parentf6af8150eb89fd5f8149b138b30f7bc97f12133f (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 1f7321af610..7487612232a 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