[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61990] [PATCH core-updates v5] gnu: grep: Update to 3.11
From: |
Andy Tai |
Subject: |
[bug#61990] [PATCH core-updates v5] gnu: grep: Update to 3.11 |
Date: |
Tue, 10 Oct 2023 08:49:20 -0700 |
* gnu/packages/base.scm (grep): Update to 3.11
---
gnu/packages/base.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index c0813f7de0..4d8b6a7037 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -109,14 +109,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
base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d
--
2.41.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#61990] [PATCH core-updates v5] gnu: grep: Update to 3.11,
Andy Tai <=