gnu: grep: Update to 3.4.

* gnu/packages/base.scm (grep): Update to 3.4.
This commit is contained in:
Marius Bakke 2020-01-14 18:08:30 +01:00
parent 88b525270d
commit e8b79cd9f4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -92,14 +92,14 @@ (define-public hello
(define-public grep
(package
(name "grep")
(version "3.3")
(version "3.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/grep/grep-"
version ".tar.xz"))
(sha256
(base32
"055mqp6vrd0brkygmygb2673qwz409a7kyp1mzbfy6cn94f58q5r"))
"1yy33kiwrxrwj2nxa4fg15bvmwyghqbs8qwkdvy5phm784f7brjq"))
(patches (search-patches "grep-timing-sensitive-test.patch"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) ;some of the tests require it