gnu: grep: Update to 2.26.

* gnu/packages/base.scm (grep): Update to 2.26.
master
Efraim Flashner 2016-11-27 10:23:59 +02:00
parent 31bd09e5a8
commit b7a5a4821f
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -77,14 +77,14 @@ command-line arguments, multiple languages, and so on.")
(define-public grep
(package
(name "grep")
(version "2.25")
(version "2.26")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/grep/grep-"
version ".tar.xz"))
(sha256
(base32
"0c38b67cnwchwzv4wq2gpz6smkhdxrac2hhssv8f0l04qnx867p2"))
"0w38cdw1xc41mj75667qn2d06k4rmgyj4z5hjpa37al2gsrqysi4"))
(patches (search-patches "grep-timing-sensitive-test.patch"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) ;some of the tests require it