unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58698] [PATCH] gnu: ugrep: Update to 3.9.2.
@ 2022-10-22  2:24 kiasoc5 via Guix-patches via
  2022-10-24  7:40 ` bug#58698: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-10-22  2:24 UTC (permalink / raw)
  To: 58698; +Cc: kiasoc5

* gnu/packages/search.scm (ugrep): Update to 3.9.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 82be343dab..27dc9cd02e 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.8.3")
+    (version "3.9.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "03b3lahc3zzsznaqnrk47f1cnd5jwakvwrkz0r4m2crk09cpfv57"))
+               (base32 "0dhzrrdyi1aj16mdndkic7cqqvg6w28c8j13r7x42zab6ah0zkpm"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: 863c228bfd53aac478eee46f6ee54d87fee9d764
-- 
2.38.0





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

* bug#58698: [PATCH] gnu: ugrep: Update to 3.9.2.
  2022-10-22  2:24 [bug#58698] [PATCH] gnu: ugrep: Update to 3.9.2 kiasoc5 via Guix-patches via
@ 2022-10-24  7:40 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-10-24  7:40 UTC (permalink / raw)
  To: kiasoc5; +Cc: 58698-done

kiasoc5 <kiasoc5@disroot.org> writes:

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

Pushed, thank you!




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

end of thread, other threads:[~2022-10-24 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22  2:24 [bug#58698] [PATCH] gnu: ugrep: Update to 3.9.2 kiasoc5 via Guix-patches via
2022-10-24  7:40 ` bug#58698: " 宋文武 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).