guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: grep: Update to 3.11.


From: guix-commits
Subject: 01/03: gnu: grep: Update to 3.11.
Date: Sun, 24 Dec 2023 09:10:23 -0500 (EST)

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

commit f98d32ae828e2cfb7982ac35d49ee0699c986597
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 24 15:06:58 2023 +0100

    gnu: grep: Update to 3.11.
    
    * gnu/packages/base.scm (grep): Update to 3.11.
    
    Change-Id: Ia9d8d4748ab4faffee1f013d55000e11c6b86c11
---
 gnu/packages/base.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index e2a952cc42..d6b6dd1a62 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -112,14 +112,14 @@ command-line arguments, multiple languages, and so on.")
 (define-public grep
   (package
    (name "grep")
-   (version "3.8")
+   (version "3.11")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "10n3mc9n1xmg85hpxyr4wiqzfp27ffxzwhvkv021j27vnk0pr3a9"))
+              "1avf4x8skxbqrjp5j2qr9sp5vlf8jkw2i5bdn51fl3cxx3fsxchx"))
             (patches (search-patches "grep-timing-sensitive-test.patch"))))
    (build-system gnu-build-system)
    (native-inputs (list perl))                   ;some of the tests require it



reply via email to

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