emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62384: closed ([PATCH] gnu: ugrep: Update to 3.11.0.)


From: GNU bug Tracking System
Subject: bug#62384: closed ([PATCH] gnu: ugrep: Update to 3.11.0.)
Date: Mon, 27 Mar 2023 16:01:03 +0000

Your message dated Mon, 27 Mar 2023 17:00:38 +0100
with message-id <87a5zyp4jr.fsf@cbaines.net>
and subject line Re: [bug#62384] [PATCH] gnu: ugrep: Update to 3.11.0.
has caused the debbugs.gnu.org bug report #62384,
regarding [PATCH] gnu: ugrep: Update to 3.11.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62384: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62384
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ugrep: Update to 3.11.0. Date: Wed, 22 Mar 2023 14:12:32 +0000
* gnu/packages/search.scm (ugrep): Update to 3.11.0.
---
 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 fe69fd3775..c8c3ff45d0 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -675,14 +675,14 @@ (define (purge-term-support input output)
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "3.9.6")
+    (version "3.11.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep";)
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "1nlxmrw0w21iwcbnir04bccb3z8hj9i4hj6gd2bk0qhdbrk2adh7"))
+               (base32 "1sibd44ky7xqfmrfvi09h5ignn7i3v1fjxnfvybp3cjfm08yxacy"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet
-- 
2.40.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62384] [PATCH] gnu: ugrep: Update to 3.11.0. Date: Mon, 27 Mar 2023 17:00:38 +0100 User-agent: mu4e 1.8.13; emacs 28.2
Greg Hogan <code@greghogan.com> writes:

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

Thanks Greg, I've pushed this to the master branch as
4cf7aea2b9ae3a85b6de5eed43c4666c48cf786b.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]