all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kiasoc5--- via Guix-patches via <guix-patches@gnu.org>
To: 55171@debbugs.gnu.org
Subject: [bug#55171] [PATCH] gnu: ugrep: Update to 3.7.9.
Date: Thu, 28 Apr 2022 20:47:42 +0200 (CEST)	[thread overview]
Message-ID: <N0lV0VC--3-2@tutanota.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-ugrep-Update-to-3.7.9.patch --]
[-- Type: text/x-patch, Size: 1248 bytes --]

From e513a34b3d9951e002224163e1eeb3ff73f10fbb Mon Sep 17 00:00:00 2001
From: kiasoc5 <kiasoc5@tutanota.com>
Date: Thu, 28 Apr 2022 14:44:23 -0400
Subject: [PATCH] gnu: ugrep: Update to 3.7.9.

* gnu/packages/search.scm (ugrep): Update to 3.7.9.
---
 gnu/packages/search.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 87f29c5424..3050d7ec70 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -642,14 +642,14 @@ (define (purge-term-support input output)
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "3.1.12")
+    (version "3.7.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "06y61sf2ywjaix4nss11wwkxipj8cc9ccx6bsmdm31h8d8wd2s0j"))
+               (base32 "0mj4da91r81drfl2nbgzl1krka6ksk7srjjvwgp55r6l265fk3b5"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: 882cacc1bb5be0df334dd7ce55b385a3a1678728
-- 
2.36.0


             reply	other threads:[~2022-04-28 18:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-28 18:47 kiasoc5--- via Guix-patches via [this message]
2022-05-02 12:42 ` bug#55171: [PATCH] gnu: ugrep: Update to 3.7.9 Ludovic Courtès

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=N0lV0VC--3-2@tutanota.com \
    --to=guix-patches@gnu.org \
    --cc=55171@debbugs.gnu.org \
    --cc=kiasoc5@tutanota.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.