gnu: grep: Update to 2.23.
* gnu/packages/base.scm (grep): Update to 2.23.
This commit is contained in:
parent
ff0c847687
commit
18caed4475
@ -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.22")
|
(version "2.23")
|
||||||
(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
|
||||||
"1srn321x7whlhs5ks36zlcrrmj4iahll8fxwsh1vbz3v04px54fa"))
|
"1kvflnraswy6mz3dbxs9m4aqgqf9603z63l2140ph5yfw674gz2l"))
|
||||||
(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
Block a user