me
/
guix
Archived
1
0
Fork 0

gnu: grep: Update to 2.28.

* gnu/packages/base.scm (grep): Update to 2.28.
master
Marius Bakke 2017-02-07 17:01:23 +01:00
parent d6592d84ca
commit 0cd3e44577
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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