[PATCH] gnu: ugrep: Update to 3.7.9.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Ludovic Courtès
Owner
unassigned
Submitted by
kiasoc5
Severity
normal
K
K
kiasoc5 wrote on 28 Apr 2022 20:47
(name . Guix Patches)(address . guix-patches@gnu.org)
N0lV0VC--3-2@tutanota.com

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

Toggle diff (25 lines)
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
L
L
Ludovic Courtès wrote on 2 May 2022 14:42
(address . kiasoc5@tutanota.com)(address . 55171-done@debbugs.gnu.org)
87czgwt8bb.fsf@gnu.org
Hi,

kiasoc5@tutanota.com skribis:

Toggle quote (7 lines)
>>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’.
Closed
?