mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: grep: Update to 2.27.
* gnu/packages/base.scm (grep): Update to 2.27.
This commit is contained in:
parent
d54c0bfde4
commit
78636f0b8c
1 changed files with 2 additions and 2 deletions
|
@ -77,14 +77,14 @@ (define-public hello
|
|||
(define-public grep
|
||||
(package
|
||||
(name "grep")
|
||||
(version "2.26")
|
||||
(version "2.27")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/grep/grep-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0w38cdw1xc41mj75667qn2d06k4rmgyj4z5hjpa37al2gsrqysi4"))
|
||||
"1syadppgpxpfhpwhhqcsibrn131azypzps5aicx1qjh74d6w8k5d"))
|
||||
(patches (search-patches "grep-timing-sensitive-test.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("perl" ,perl))) ;some of the tests require it
|
||||
|
|
Loading…
Reference in a new issue