gnu: grep: Update to 3.11.

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

Change-Id: Ia9d8d4748ab4faffee1f013d55000e11c6b86c11
This commit is contained in:
Ludovic Courtès 2023-12-24 15:06:58 +01:00
parent b67764c83b
commit 5f238e3e36
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -114,14 +114,14 @@ (define-public hello
(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