* [bug#74041] [PATCH] gnu: ugrep: Update to 7.0.1.
@ 2024-10-27 8:27 Ashish SHUKLA via Guix-patches via
2024-10-28 7:56 ` [bug#74041] [PATCH v2] gnu: ugrep: Update to 7.0.2 ashish.is--- via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-10-27 8:27 UTC (permalink / raw)
To: 74041; +Cc: Ashish SHUKLA
* gnu/packages/search.scm (ugrep): Update to 7.0.1.
Change-Id: I869378f1b68b4bdfdd467acb38d8a1927ee9f420
---
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 c5eca8c686..2beaade64d 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.0")
+ (version "7.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "18k4j9ysrq07pddyv9ax7n08axs3w80xgs41xlfcyajms7xy7bvf"))
+ (base32 "1rjljkjbzx8zamzn5v10a3r50i9k2fa02r0m5sgxq6nm37hjvs99"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
base-commit: 0734d5a380cc816a90193e37135638b1b87de101
--
2.47.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#74041] [PATCH v2] gnu: ugrep: Update to 7.0.2.
2024-10-27 8:27 [bug#74041] [PATCH] gnu: ugrep: Update to 7.0.1 Ashish SHUKLA via Guix-patches via
@ 2024-10-28 7:56 ` ashish.is--- via Guix-patches via
2024-10-30 13:06 ` bug#74041: " Zheng Junjie
0 siblings, 1 reply; 3+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-10-28 7:56 UTC (permalink / raw)
To: 74041; +Cc: Ashish SHUKLA
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/search.scm (ugrep): Update to 7.0.2.
Change-Id: Ia270e6be43c8154865ae965af60ff52ff81d00e2
---
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 c5eca8c686..994dc0dba0 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.0")
+ (version "7.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "18k4j9ysrq07pddyv9ax7n08axs3w80xgs41xlfcyajms7xy7bvf"))
+ (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
base-commit: 4a46758aee863cc31815865cdac4c16fb6a0a879
--
2.47.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#74041: [PATCH v2] gnu: ugrep: Update to 7.0.2.
2024-10-28 7:56 ` [bug#74041] [PATCH v2] gnu: ugrep: Update to 7.0.2 ashish.is--- via Guix-patches via
@ 2024-10-30 13:06 ` Zheng Junjie
0 siblings, 0 replies; 3+ messages in thread
From: Zheng Junjie @ 2024-10-30 13:06 UTC (permalink / raw)
To: ashish.is--- via Guix-patches via; +Cc: 74041-done, ashish.is
[-- Attachment #1: Type: text/plain, Size: 1261 bytes --]
"ashish.is--- via Guix-patches" via <guix-patches@gnu.org> writes:
> From: Ashish SHUKLA <ashish.is@lostca.se>
>
> * gnu/packages/search.scm (ugrep): Update to 7.0.2.
>
> Change-Id: Ia270e6be43c8154865ae965af60ff52ff81d00e2
> ---
> 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 c5eca8c686..994dc0dba0 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.0")
> + (version "7.0.2")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> (url "https://github.com/Genivia/ugrep")
> (commit (string-append "v" version))))
> (sha256
> - (base32 "18k4j9ysrq07pddyv9ax7n08axs3w80xgs41xlfcyajms7xy7bvf"))
> + (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
> (file-name (git-file-name name version))
> (modules '((guix build utils)))
> (snippet
>
> base-commit: 4a46758aee863cc31815865cdac4c16fb6a0a879
push, close.
[-- 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-10-30 13:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-27 8:27 [bug#74041] [PATCH] gnu: ugrep: Update to 7.0.1 Ashish SHUKLA via Guix-patches via
2024-10-28 7:56 ` [bug#74041] [PATCH v2] gnu: ugrep: Update to 7.0.2 ashish.is--- via Guix-patches via
2024-10-30 13:06 ` bug#74041: " Zheng Junjie
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.