unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61990] [PATCH] gnu: grep: Update to 3.9
@ 2023-03-05 22:36 Andy Tai
  2023-03-12 23:43 ` [bug#61990] grep in core-updates Andreas Enge
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Andy Tai @ 2023-03-05 22:36 UTC (permalink / raw)
  To: 61990; +Cc: Andy Tai

* gnu/packages/base.scm (grep): Update to 3.9
---
 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 fa5f1ef32b..0b0776edb3 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -106,14 +106,14 @@ (define-public hello
 (define-public grep
   (package
    (name "grep")
-   (version "3.6")
+   (version "3.9")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0gipv6bzkm1aihj0ncqpyh164xrzgcxcv9r1kwzyk2g1mzl1azk6"))
+              "16dmf2hsr27lnlxk3vgy9h0ngj5s7gjj5d7y6nplqgg2kr013kdb"))
             (patches (search-patches "grep-timing-sensitive-test.patch"))))
    (build-system gnu-build-system)
    (native-inputs (list perl))                   ;some of the tests require it

base-commit: 833febb522bd37a38156b558b108372b89a34949
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-10-10 15:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-05 22:36 [bug#61990] [PATCH] gnu: grep: Update to 3.9 Andy Tai
2023-03-12 23:43 ` [bug#61990] grep in core-updates Andreas Enge
2023-03-25 22:10 ` [bug#61990] [PATCH v2] gnu: grep: Update to 3.10 Andy Tai
2023-04-04 11:18   ` Simon Tournier
2023-04-19 17:12 ` [bug#61990] Andy Tai
2023-04-27  6:20 ` [bug#61990] [PATCH v3] gnu: grep: Update to 3.10 Andy Tai
2023-05-03 17:23   ` Simon Tournier
2023-05-11  7:43 ` [bug#61990] [PATCH core-updates v4] " Andy Tai
2023-10-10 15:49 ` [bug#61990] [PATCH core-updates v5] gnu: grep: Update to 3.11 Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).