unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62384] [PATCH] gnu: ugrep: Update to 3.11.0.
@ 2023-03-22 14:12 Greg Hogan
  2023-03-27 16:00 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-03-22 14:12 UTC (permalink / raw)
  To: 62384; +Cc: Greg Hogan

* 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





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

* [bug#62384] [PATCH] gnu: ugrep: Update to 3.11.0.
  2023-03-22 14:12 [bug#62384] [PATCH] gnu: ugrep: Update to 3.11.0 Greg Hogan
@ 2023-03-27 16:00 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-27 16:00 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 62384-done, 62384

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-03-27 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 14:12 [bug#62384] [PATCH] gnu: ugrep: Update to 3.11.0 Greg Hogan
2023-03-27 16:00 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).