gnu: grep: Update to 2.24.
* gnu/packages/base.scm (grep): Update to 2.24.
This commit is contained in:
parent
12c7eb1027
commit
70e17ba368
|
@ -74,14 +74,14 @@ command-line arguments, multiple languages, and so on.")
|
||||||
(define-public grep
|
(define-public grep
|
||||||
(package
|
(package
|
||||||
(name "grep")
|
(name "grep")
|
||||||
(version "2.23")
|
(version "2.24")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/grep/grep-"
|
(uri (string-append "mirror://gnu/grep/grep-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kvflnraswy6mz3dbxs9m4aqgqf9603z63l2140ph5yfw674gz2l"))
|
"057cir4p19h7yv4xir1wiaxfa1fp45d3pl7xsaaannlc16wvwj7j"))
|
||||||
(patches
|
(patches
|
||||||
(list (search-patch "grep-timing-sensitive-test.patch")))))
|
(list (search-patch "grep-timing-sensitive-test.patch")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue