unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "ashish.is--- via Guix-patches" via <guix-patches@gnu.org>
To: 72031@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#72031] [PATCH] gnu: ugrep: Update to 6.2.0.
Date: Wed, 10 Jul 2024 09:05:34 +0000	[thread overview]
Message-ID: <3d5758c9228b631e48b63c4fbbefadb296df6245.1720602334.git.ashish.is@lostca.se> (raw)

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





             reply	other threads:[~2024-07-10  9:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-10  9:05 ashish.is--- via Guix-patches via [this message]
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

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=3d5758c9228b631e48b63c4fbbefadb296df6245.1720602334.git.ashish.is@lostca.se \
    --to=guix-patches@gnu.org \
    --cc=72031@debbugs.gnu.org \
    --cc=ashish.is@lostca.se \
    /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).