unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66459] [PATCH] gnu: grep: Update to 3.11
@ 2023-10-11  6:10 Andy Tai
  2023-10-11  6:13 ` [bug#66459] [PATCH v2] " Andy Tai
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2023-10-11  6:10 UTC (permalink / raw)
  To: 66459; +Cc: Andy Tai

* gnu/packages/base.scm (grep): Update to 3.11
---
 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 c0813f7de0..4d8b6a7037 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -109,14 +109,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: f4e8baf3806e79d7111d2943859865ae4ee0b59d
-- 
2.41.0





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

* [bug#66459] [PATCH v2] gnu: grep: Update to 3.11
  2023-10-11  6:10 [bug#66459] [PATCH] gnu: grep: Update to 3.11 Andy Tai
@ 2023-10-11  6:13 ` Andy Tai
  2023-10-12  5:08   ` [bug#66459] [PATCH core-updates v3] " Andy Tai
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2023-10-11  6:13 UTC (permalink / raw)
  To: 66459; +Cc: Andy Tai

* gnu/packages/base.scm (grep): Update to 3.11
---
 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 c0813f7de0..c0d13058fa 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -109,14 +109,14 @@ (define-public hello
 (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

base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d
-- 
2.41.0





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

* [bug#66459] [PATCH core-updates v3] gnu: grep: Update to 3.11
  2023-10-11  6:13 ` [bug#66459] [PATCH v2] " Andy Tai
@ 2023-10-12  5:08   ` Andy Tai
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Tai @ 2023-10-12  5:08 UTC (permalink / raw)
  To: 66459; +Cc: Andy Tai

* gnu/packages/base.scm (grep): Update to 3.11
---
 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 c0813f7de0..c0d13058fa 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -109,14 +109,14 @@ (define-public hello
 (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

base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d
-- 
2.41.0





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

end of thread, other threads:[~2023-10-12  5:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11  6:10 [bug#66459] [PATCH] gnu: grep: Update to 3.11 Andy Tai
2023-10-11  6:13 ` [bug#66459] [PATCH v2] " Andy Tai
2023-10-12  5:08   ` [bug#66459] [PATCH core-updates v3] " 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).