emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#71349: closed ([PATCH] gnu: ugrep: Update to 6.1.0.)


From: GNU bug Tracking System
Subject: bug#71349: closed ([PATCH] gnu: ugrep: Update to 6.1.0.)
Date: Thu, 06 Jun 2024 19:56:02 +0000

Your message dated Thu, 06 Jun 2024 20:54:15 +0100
with message-id <87wmn1c0ew.fsf@cbaines.net>
and subject line Re: [bug#71349] [PATCH] gnu: ugrep: Update to 6.1.0.
has caused the debbugs.gnu.org bug report #71349,
regarding [PATCH] gnu: ugrep: Update to 6.1.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
71349: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71349
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ugrep: Update to 6.1.0. Date: Mon, 3 Jun 2024 19:49:51 +0000
From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/search.scm (ugrep): Update to 6.1.0.
  [source] also delete shipped linux binaries.

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

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index e8caf803cd..75e3252f02 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -737,20 +737,22 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "6.0.0")
+    (version "6.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep";)
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "07lqjvyvda11d8xk1cmwwyx41w6l423jghcf21fnp4hrkrcsd5cd"))
+               (base32 "01zgvwhawz1sv3sib31jgbs5q27yc4kqmhz3v9l1zbqkkhwxsvqy"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet
                #~(begin
                    (delete-file-recursively "bin/win32") ; pre-built
                    (delete-file-recursively "bin/win64") ; pre-built
+                   (delete-file-recursively "bin/linux_amd64") ; pre-built
+                   (delete-file-recursively "bin/linux_arm64") ; pre-built
                    (for-each (lambda (regexp)
                                (for-each delete-file
                                          (find-files "tests" regexp)))

base-commit: 2f56845b3332d4aeff7badd64989bea75d20b403
-- 
2.45.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#71349] [PATCH] gnu: ugrep: Update to 6.1.0. Date: Thu, 06 Jun 2024 20:54:15 +0100 User-agent: mu4e 1.12.2; emacs 29.3
"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 6.1.0.
>   [source] also delete shipped linux binaries.
>
> Change-Id: I13aa90578d8f618a0a9c2c67c59c41e8e219660f
> ---
>  gnu/packages/search.scm | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
6eb07c78a909be30c4643a794ec0df6e9b56daeb.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]