all messages for Guix-related lists mirrored at yhetil.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 v2] gnu: grep: Update to 3.10
Date: Sat, 25 Mar 2023 15:10:33 -0700	[thread overview]
Message-ID: <20230325221033.10797-1-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 fa5f1ef32b..5363370e53 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.10")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0gipv6bzkm1aihj0ncqpyh164xrzgcxcv9r1kwzyk2g1mzl1azk6"))
+              "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: 04724e59971b03f86a410285653d24005c62b924
-- 
2.39.2





  parent reply	other threads:[~2023-03-25 22:11 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 ` Andy Tai [this message]
2023-04-04 11:18   ` [bug#61990] [PATCH v2] gnu: grep: Update to 3.10 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

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

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

  git send-email \
    --in-reply-to=20230325221033.10797-1-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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.