unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74331] [PATCH] gnu: ugrep: Update to 7.0.3.
@ 2024-11-12 21:52 Ashish SHUKLA via Guix-patches via
  2024-11-14 21:27 ` [bug#74331] [PATCH v2] gnu: ugrep: Update to 7.0.4 Ashish SHUKLA via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-11-12 21:52 UTC (permalink / raw)
  To: 74331; +Cc: Ashish SHUKLA

* gnu/packages/search.scm (ugrep): Update to 7.0.3.

Change-Id: Idb78399563353b1bd0c441cfe3ae71d7800ab354
---
 gnu/packages/search.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 994dc0dba0..e9b38c8f42 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -739,14 +739,14 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "7.0.2")
+    (version "7.0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
+               (base32 "1b9jihi24vnbna3p1b08nk53j9f02hzkmalr0kccrd2r1kkmpwqb"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: b10ce47d8be5b6c15987f4e1d93b3bd71b1eb220
-- 
2.47.0





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

* [bug#74331] [PATCH v2] gnu: ugrep: Update to 7.0.4.
  2024-11-12 21:52 [bug#74331] [PATCH] gnu: ugrep: Update to 7.0.3 Ashish SHUKLA via Guix-patches via
@ 2024-11-14 21:27 ` Ashish SHUKLA via Guix-patches via
  2024-11-15 10:57   ` bug#74331: " Z572
  0 siblings, 1 reply; 3+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-11-14 21:27 UTC (permalink / raw)
  To: 74331; +Cc: Ashish SHUKLA

* gnu/packages/search.scm (ugrep): Update to 7.0.4.
---
 gnu/packages/search.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 994dc0dba0..ac639693a5 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -739,14 +739,14 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "7.0.2")
+    (version "7.0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
+               (base32 "1kdv5vxmgfpa4nwsqa0zc4bakpx9jhw748vgzjnj56cbk30rccad"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: c1cb7f1031c5dde2a260d8d8ad7547d6c79cc532
-- 
2.47.0





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

* bug#74331: [PATCH v2] gnu: ugrep: Update to 7.0.4.
  2024-11-14 21:27 ` [bug#74331] [PATCH v2] gnu: ugrep: Update to 7.0.4 Ashish SHUKLA via Guix-patches via
@ 2024-11-15 10:57   ` Z572
  0 siblings, 0 replies; 3+ messages in thread
From: Z572 @ 2024-11-15 10:57 UTC (permalink / raw)
  To: Ashish SHUKLA via Guix-patches via; +Cc: 74331-done, Ashish SHUKLA

[-- Attachment #1: Type: text/plain, Size: 1161 bytes --]

Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/search.scm (ugrep): Update to 7.0.4.
> ---
>  gnu/packages/search.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
> index 994dc0dba0..ac639693a5 100644
> --- a/gnu/packages/search.scm
> +++ b/gnu/packages/search.scm
> @@ -739,14 +739,14 @@ (define-public xapers
>  (define-public ugrep
>    (package
>      (name "ugrep")
> -    (version "7.0.2")
> +    (version "7.0.4")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
>                      (url "https://github.com/Genivia/ugrep")
>                      (commit (string-append "v" version))))
>                (sha256
> -               (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
> +               (base32 "1kdv5vxmgfpa4nwsqa0zc4bakpx9jhw748vgzjnj56cbk30rccad"))
>                (file-name (git-file-name name version))
>                (modules '((guix build utils)))
>                (snippet
>
> base-commit: c1cb7f1031c5dde2a260d8d8ad7547d6c79cc532

pushed, closing.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-11-15 10:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 21:52 [bug#74331] [PATCH] gnu: ugrep: Update to 7.0.3 Ashish SHUKLA via Guix-patches via
2024-11-14 21:27 ` [bug#74331] [PATCH v2] gnu: ugrep: Update to 7.0.4 Ashish SHUKLA via Guix-patches via
2024-11-15 10:57   ` bug#74331: " Z572

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).