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.

Full log


View this message in rfc822 format

From: ashish.is <at> lostca.se
To: 71349 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [bug#71349] [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





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.