[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

Debbugs page

kiasoc5 wrote 3 years ago
(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
Ludovic Courtès wrote 3 years ago
(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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55171@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55171
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help