GNU bug report logs - #71349
[PATCH] gnu: ugrep: Update to 6.1.0.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Mon, 3 Jun 2024 19:54:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71349 in the body.
You can then email your comments to 71349 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71349; Package guix-patches. (Mon, 03 Jun 2024 19:54:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 03 Jun 2024 19:54:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: ugrep: Update to 6.1.0.
Date: Mon,  3 Jun 2024 19:49:51 +0000
From: Ashish SHUKLA <ashish.is <at> 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





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Thu, 06 Jun 2024 19:56:02 GMT) Full text and rfc822 format available.

Notification sent to ashish.is <at> lostca.se:
bug acknowledged by developer. (Thu, 06 Jun 2024 19:56:02 GMT) Full text and rfc822 format available.

Message #10 received at 71349-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: "ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: ashish.is <at> lostca.se, 71349-done <at> debbugs.gnu.org
Subject: Re: [bug#71349] [PATCH] gnu: ugrep: Update to 6.1.0.
Date: Thu, 06 Jun 2024 20:54:15 +0100
[Message part 1 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:

> From: Ashish SHUKLA <ashish.is <at> 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
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#71349; Package guix-patches. (Thu, 06 Jun 2024 20:11:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 05 Jul 2024 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 40 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.