gnu: grep: Update to 3.5.

* gnu/packages/base.scm (grep): Update to 3.5.
This commit is contained in:
Ludovic Courtès 2020-10-15 22:19:58 +02:00
parent 8a62c0afb6
commit 370adc91b5
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
(package
(name "grep")
(version "3.4")
(version "3.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/grep/grep-"
version ".tar.xz"))
(sha256
(base32
"1yy33kiwrxrwj2nxa4fg15bvmwyghqbs8qwkdvy5phm784f7brjq"))
"0jm4hynsqf32rw1j3kv239wzg47qm6glqh6841ar9ay20xvwfamq"))
(patches (search-patches "grep-timing-sensitive-test.patch"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) ;some of the tests require it