unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 61990@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#61990] [PATCH core-updates v4] gnu: grep: Update to 3.10
Date: Thu, 11 May 2023 00:43:35 -0700	[thread overview]
Message-ID: <77bba9e54c03e2044e0bd33252f34021cd29c00b.1683790980.git.atai@atai.org> (raw)
In-Reply-To: <20230305223642.20508-1-atai@atai.org>

* gnu/packages/base.scm (grep): Update to 3.10
---
 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 d2f276c447..aa439e76db 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -107,14 +107,14 @@ (define-public hello
 (define-public grep
   (package
    (name "grep")
-   (version "3.8")
+   (version "3.10")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "10n3mc9n1xmg85hpxyr4wiqzfp27ffxzwhvkv021j27vnk0pr3a9"))
+              "0nw5ys5bhcr6c162rl43q5qpmf0bia3bhlcvhw072npvjnssbvr4"))
             (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: b4e5844700b2304bfde451322feb5797bf0c6179
-- 
2.39.2





  parent reply	other threads:[~2023-05-11  7:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Andy Tai [this message]
2023-10-10 15:49 ` [bug#61990] [PATCH core-updates v5] gnu: grep: Update to 3.11 Andy Tai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=77bba9e54c03e2044e0bd33252f34021cd29c00b.1683790980.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=61990@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).