all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60870] [PATCH] gnu: ugrep: Update to 3.9.5.
@ 2023-01-17  1:58 kiasoc5 via Guix-patches via
  2023-01-30  2:32 ` bug#60870: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-01-17  1:58 UTC (permalink / raw)
  To: 60870; +Cc: kiasoc5

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

base-commit: bdcdab36769d6d3013262724daadd2cb79977328
-- 
2.39.0





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

* bug#60870: [PATCH] gnu: ugrep: Update to 3.9.5.
  2023-01-17  1:58 [bug#60870] [PATCH] gnu: ugrep: Update to 3.9.5 kiasoc5 via Guix-patches via
@ 2023-01-30  2:32 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-01-30  2:32 UTC (permalink / raw)
  To: kiasoc5; +Cc: 60870-done

kiasoc5 <kiasoc5@disroot.org> writes:

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

Pushed with update to 3.9.6, thank you!




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

end of thread, other threads:[~2023-01-30  2:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-17  1:58 [bug#60870] [PATCH] gnu: ugrep: Update to 3.9.5 kiasoc5 via Guix-patches via
2023-01-30  2:32 ` bug#60870: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.