[PATCH] gnu: ugrep: Update to 3.8.3.

  • Done
  • quality assurance status badge
Details
3 participants
  • 宋文武
  • kiasoc5
  • (
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 3 years ago
(address . guix-patches@gnu.org)
20220804203731.5c17c770@aria

From a49d5f6d016ba1c480f7a026e1071f0c4a46cdb6 Mon Sep 17 00:00:00 2001
From: kiasoc5 <kiasoc5@disroot.org>
Date: Tue, 2 Aug 2022 23:37:44 -0400
Subject: [PATCH] gnu: ugrep: Update to 3.8.3.

* gnu/packages/search.scm (ugrep): Update to 3.8.3.
---
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 016142c7a9..db5579a708 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -672,14 +672,14 @@ (define (purge-term-support input output)
(define-public ugrep
(package
(name "ugrep")
- (version "3.7.9")
+ (version "3.8.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "0mj4da91r81drfl2nbgzl1krka6ksk7srjjvwgp55r6l265fk3b5"))
+ (base32 "03b3lahc3zzsznaqnrk47f1cnd5jwakvwrkz0r4m2crk09cpfv57"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet

base-commit: a956c7df87536717e4e04af11ae6d73dcb7a2ce7
--
2.37.1
( wrote 3 years ago
CLXJJ9HHYKAY.14U8NK4QPMFJM@guix-aspire
Could you do argument gexpifying here too, please?

-- (
宋文武 wrote 3 years ago
Re: bug#56985: [PATCH] gnu: ugrep: Update to 3.8.3.
(address . 56985-done@debbugs.gnu.org)
877d3nz9le.fsf_-_@envs.net
Hello, I had pushed the update, thank you!

"(" <paren@disroot.org> writes:

Toggle quote (4 lines)
> Could you do argument gexpifying here too, please?
>
> -- (

Feel free to do it in another patch... Thanks!
Closed
kiasoc5 wrote 3 years ago
Re: bug#56985: closed (Re: bug#56985: [PATCH] gnu: ugrep: Update to 3.8.3.)
(address . 56985@debbugs.gnu.org)
20220805043520.3512c5d8@aria
On Fri, Aug 05 2022, 02:52:02 AM +0000
help-debbugs@gnu.org (GNU bug Tracking System) wrote:

Toggle quote (10 lines)
> Your bug report
>
> #56985: [PATCH] gnu: ugrep: Update to 3.8.3.
>
> which was filed against the guix-patches package, has been closed.
>
> The explanation is attached below, along with your original report.
> If you require more details, please reply to 56985@debbugs.gnu.org.
>

Thanks, see #56995
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 56985
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