unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72031] [PATCH] gnu: ugrep: Update to 6.2.0.
@ 2024-07-10  9:05 ashish.is--- via Guix-patches via
  2024-07-31 22:05 ` [bug#72031] [PATCH v2] gnu: ugrep: Update to 6.3.0 ashish.is--- via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-07-10  9:05 UTC (permalink / raw)
  To: 72031; +Cc: Ashish SHUKLA

From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/search.scm (ugrep): Update to 6.2.0.
  [source] linux binaries are not present anymore.
  [inputs] add dependency on brotli for brotli support.

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

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 75e3252f02..928068b774 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -737,22 +737,20 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "6.1.0")
+    (version "6.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "01zgvwhawz1sv3sib31jgbs5q27yc4kqmhz3v9l1zbqkkhwxsvqy"))
+               (base32 "1j3cz6y1rqz64604afk7fa00yqmwjpgmnd7gsaa4x3kgldqfdlr2"))
               (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)))
@@ -765,6 +763,7 @@ (define-public ugrep
            lzip ;; lzma
            pcre2
            zlib
+           brotli
            `(,zstd "lib")))
     (arguments
      (list

base-commit: 71694363f6cc79e44955acbd9f7ca108e658caca
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-01 10:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10  9:05 [bug#72031] [PATCH] gnu: ugrep: Update to 6.2.0 ashish.is--- via Guix-patches via
2024-07-31 22:05 ` [bug#72031] [PATCH v2] gnu: ugrep: Update to 6.3.0 ashish.is--- via Guix-patches via
2024-08-01 10:34   ` Christopher Baines

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