all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55171] [PATCH] gnu: ugrep: Update to 3.7.9.
@ 2022-04-28 18:47 kiasoc5--- via Guix-patches via
  2022-05-02 12:42 ` bug#55171: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5--- via Guix-patches via @ 2022-04-28 18:47 UTC (permalink / raw)
  To: 55171

[-- 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


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

* bug#55171: [PATCH] gnu: ugrep: Update to 3.7.9.
  2022-04-28 18:47 [bug#55171] [PATCH] gnu: ugrep: Update to 3.7.9 kiasoc5--- via Guix-patches via
@ 2022-05-02 12:42 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-02 12:42 UTC (permalink / raw)
  To: kiasoc5; +Cc: 55171-done

Hi,

kiasoc5@tutanota.com skribis:

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

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-05-02 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28 18:47 [bug#55171] [PATCH] gnu: ugrep: Update to 3.7.9 kiasoc5--- via Guix-patches via
2022-05-02 12:42 ` bug#55171: " Ludovic Courtès

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.