[PATCH] gnu: ugrep: Update to 6.0.0.

  • Done
  • quality assurance status badge
Details
3 participants
  • ???
  • kiasoc5
  • Nicolas Goaziou
Owner
unassigned
Submitted by
kiasoc5
Severity
normal
K
K
kiasoc5 wrote on 7 May 04:28 +0200
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
69659cef9326230d604c60f9999c0ec0bd7367ab.1715048890.git.kiasoc5@disroot.org
* gnu/packages/search.scm (ugrep): Update to 6.0.0.

Change-Id: Ib5ec563c45d58abeea50e337a4cbc8e6eb7420f1
---
gnu/packages/search.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (18 lines)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 725478a481..063272d5a7 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -737,7 +737,7 @@ (define-public xapers
(define-public ugrep
(package
(name "ugrep")
- (version "4.5.2")
+ (version "6.0.0")
(source (origin
(method git-fetch)
(uri (git-reference

base-commit: 28e74f49fefdc18746d14704a6dbf72d24273e16
prerequisite-patch-id: f9c0159c68f237863eb8ad707e3323972aa2be8d
--
2.39.2
N
N
Nicolas Goaziou wrote on 7 May 11:55 +0200
(name . kiasoc5 via Guix-patches via)(address . guix-patches@gnu.org)
87h6fax7x7.fsf@nicolasgoaziou.fr
Hello,

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

Toggle quote (21 lines)
> * gnu/packages/search.scm (ugrep): Update to 6.0.0.
>
> Change-Id: Ib5ec563c45d58abeea50e337a4cbc8e6eb7420f1
> ---
> gnu/packages/search.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
> index 725478a481..063272d5a7 100644
> --- a/gnu/packages/search.scm
> +++ b/gnu/packages/search.scm
> @@ -737,7 +737,7 @@ (define-public xapers
> (define-public ugrep
> (package
> (name "ugrep")
> - (version "4.5.2")
> + (version "6.0.0")
> (source (origin
> (method git-fetch)
> (uri (git-reference

It seems you forgot to update the hash.

Regards,
--
Nicolas Goaziou
K
K
kiasoc5 wrote on 8 May 22:51 +0200
(address . 70809@debbugs.gnu.org)
da41265a-a146-47eb-bf73-8359e1db7c1f@disroot.org
From 06e42cfb1d1b3c38e0ff32a08154017e846a9224 Mon Sep 17 00:00:00 2001
Message-Id:
<06e42cfb1d1b3c38e0ff32a08154017e846a9224.1715100705.git.kiasoc5@disroot.org>
From: kiasoc5 <kiasoc5@disroot.org>
Date: Tue, 7 May 2024 12:24:05 -0400
Subject: [PATCH v2] gnu: ugrep: Update to 6.0.0.

* gnu/packages/search.scm (ugrep): Update to 6.0.0.
[source]: Adjust snippet to avoid deleting ug+ and ugrep+ shell scripts.

Change-Id: I9beb1415fe8bfbe12a1e9d22d1606b1fc92ef16b
---

Thanks, fixed hash and another build failure. (git send-email is broken
right now)

gnu/packages/search.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (36 lines)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 8d21a082cb..aa45f589b6 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -737,19 +737,20 @@ (define-public xapers
(define-public ugrep
(package
(name "ugrep")
- (version "3.11.2")
+ (version "6.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32
"0k0dzdyif9lpk0avjk02xkd6bjg9km4spr3p4hzls88y9hwgcc9l"))
+ (base32
"07lqjvyvda11d8xk1cmwwyx41w6l423jghcf21fnp4hrkrcsd5cd"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
#~(begin
- (delete-file-recursively "bin") ; pre-built executables
+ (delete-file-recursively "bin/win32") ; pre-built
executables
+ (delete-file-recursively "bin/win64") ; pre-built
executables
(for-each (lambda (regexp)
(for-each delete-file
(find-files "tests" regexp)))

base-commit: 014875b29e68da6357a5323e6dd1eaa74a05b753
--
2.39.2
?
(name . kiasoc5)(address . kiasoc5@disroot.org)
87plt7wwfy.fsf@envs.net
kiasoc5 <kiasoc5@disroot.org> writes:

Toggle quote (10 lines)
> From 06e42cfb1d1b3c38e0ff32a08154017e846a9224 Mon Sep 17 00:00:00 2001
> Message-Id:
> <06e42cfb1d1b3c38e0ff32a08154017e846a9224.1715100705.git.kiasoc5@disroot.org>
> From: kiasoc5 <kiasoc5@disroot.org>
> Date: Tue, 7 May 2024 12:24:05 -0400
> Subject: [PATCH v2] gnu: ugrep: Update to 6.0.0.
>
> * gnu/packages/search.scm (ugrep): Update to 6.0.0.
> [source]: Adjust snippet to avoid deleting ug+ and ugrep+ shell scripts.

Pushed to master as commit a3e5caa222, thank you.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70809@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70809
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch