unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: mail@nicolasgoaziou.fr, 70809@debbugs.gnu.org
Subject: [bug#70809] [PATCH] gnu: ugrep: Update to 6.0.0.
Date: Wed, 8 May 2024 16:51:10 -0400	[thread overview]
Message-ID: <da41265a-a146-47eb-bf73-8359e1db7c1f@disroot.org> (raw)
In-Reply-To: <87h6fax7x7.fsf@nicolasgoaziou.fr>

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

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






  reply	other threads:[~2024-05-08 20:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-07  2:28 [bug#70809] [PATCH] gnu: ugrep: Update to 6.0.0 kiasoc5 via Guix-patches via
2024-05-07  9:55 ` Nicolas Goaziou via Guix-patches via
2024-05-08 20:51   ` kiasoc5 via Guix-patches via [this message]
2024-05-27  7:22     ` bug#70809: " 宋文武 via Guix-patches via

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=da41265a-a146-47eb-bf73-8359e1db7c1f@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=70809@debbugs.gnu.org \
    --cc=kiasoc5@disroot.org \
    --cc=mail@nicolasgoaziou.fr \
    /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 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).