gnu: grep: Update to 3.6.

* gnu/packages/base.scm (grep): Update to 3.6.
This commit is contained in:
Ludovic Courtès 2020-11-17 15:28:58 +01:00
parent c04d146bea
commit 6877e7f97a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -95,14 +95,14 @@ (define-public hello
(define-public grep (define-public grep
(package (package
(name "grep") (name "grep")
(version "3.5") (version "3.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/grep/grep-" (uri (string-append "mirror://gnu/grep/grep-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0jm4hynsqf32rw1j3kv239wzg47qm6glqh6841ar9ay20xvwfamq")) "0gipv6bzkm1aihj0ncqpyh164xrzgcxcv9r1kwzyk2g1mzl1azk6"))
(patches (search-patches "grep-timing-sensitive-test.patch")))) (patches (search-patches "grep-timing-sensitive-test.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) ;some of the tests require it (native-inputs `(("perl" ,perl))) ;some of the tests require it