gnu: grep: Update to 2.23.

* gnu/packages/base.scm (grep): Update to 2.23.
This commit is contained in:
Efraim Flashner 2016-02-15 12:00:32 +02:00
parent ff0c847687
commit 18caed4475

View file

@ -74,14 +74,14 @@ (define-public hello
(define-public grep
(package
(name "grep")
(version "2.22")
(version "2.23")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/grep/grep-"
version ".tar.xz"))
(sha256
(base32
"1srn321x7whlhs5ks36zlcrrmj4iahll8fxwsh1vbz3v04px54fa"))
"1kvflnraswy6mz3dbxs9m4aqgqf9603z63l2140ph5yfw674gz2l"))
(patches
(list (search-patch "grep-timing-sensitive-test.patch")))))
(build-system gnu-build-system)