~ruther/guix-local

f3a79f88e51d367c5e5668bfbf7fb433260b1fd6 — Marius Bakke 9 years ago 59e0bd7
gnu: grep: Update to 3.0.

* gnu/packages/base.scm (grep): Update to 3.0.
1 files changed, 2 insertions(+), 2 deletions(-)

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