gnu: grep: Update to 2.21.

* gnu/packages/base.scm (grep): Update to 2.21.
This commit is contained in:
Ludovic Courtès 2014-11-24 22:47:41 +01:00
parent f8bcf1935a
commit c4a298c52c

View file

@ -64,14 +64,14 @@ (define-public hello
(define-public grep (define-public grep
(package (package
(name "grep") (name "grep")
(version "2.20") (version "2.21")
(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
"0rcs0spsxdmh6yz8y4frkqp6f5iw19mdbdl9s2v6956hq0mlbbzh")))) "1pp5n15qwxrw1pibwjhhgsibyv5cafhamf8lwzjygs6y00fa2i2j"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "Print lines matching a pattern") (synopsis "Print lines matching a pattern")
(description (description