unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63701] [PATCH] gnu: ugrep: Update to 3.11.2.
@ 2023-05-24 18:10 Greg Hogan
  2023-05-26 13:07 ` bug#63701: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-05-24 18:10 UTC (permalink / raw)
  To: 63701; +Cc: Greg Hogan

* gnu/packages/search.scm (ugrep): Update to 3.11.2.
---
 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 04e03a55b1..3e3e8e00c6 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -735,14 +735,14 @@ (define (purge-term-support input output)
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "3.11.0")
+    (version "3.11.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "1sibd44ky7xqfmrfvi09h5ignn7i3v1fjxnfvybp3cjfm08yxacy"))
+               (base32 "0k0dzdyif9lpk0avjk02xkd6bjg9km4spr3p4hzls88y9hwgcc9l"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet
-- 
2.40.1





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

* bug#63701: [PATCH] gnu: ugrep: Update to 3.11.2.
  2023-05-24 18:10 [bug#63701] [PATCH] gnu: ugrep: Update to 3.11.2 Greg Hogan
@ 2023-05-26 13:07 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-05-26 13:07 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 63701-done

Greg Hogan <code@greghogan.com> writes:

> * gnu/packages/search.scm (ugrep): Update to 3.11.2.

Pushed now, thank you!




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

end of thread, other threads:[~2023-05-26 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 18:10 [bug#63701] [PATCH] gnu: ugrep: Update to 3.11.2 Greg Hogan
2023-05-26 13:07 ` bug#63701: " 宋文武 via Guix-patches via

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