guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: grep: Update to 2.21.


From: Ludovic Courtès
Subject: 02/02: gnu: grep: Update to 2.21.
Date: Mon, 24 Nov 2014 21:47:57 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit c4a298c52c8c8e80f0f08619ea171e6ad23e3654
Author: Ludovic Courtès <address@hidden>
Date:   Mon Nov 24 22:47:41 2014 +0100

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

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 4f28306..39da8f8 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -64,14 +64,14 @@ command-line arguments, multiple languages, and so on.")
 (define-public grep
   (package
    (name "grep")
-   (version "2.20")
+   (version "2.21")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0rcs0spsxdmh6yz8y4frkqp6f5iw19mdbdl9s2v6956hq0mlbbzh"))))
+              "1pp5n15qwxrw1pibwjhhgsibyv5cafhamf8lwzjygs6y00fa2i2j"))))
    (build-system gnu-build-system)
    (synopsis "Print lines matching a pattern")
    (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]