all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74331] [PATCH] gnu: ugrep: Update to 7.0.3.
@ 2024-11-12 21:52 Ashish SHUKLA via Guix-patches via
  2024-11-14 21:27 ` [bug#74331] [PATCH v2] gnu: ugrep: Update to 7.0.4 Ashish SHUKLA via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-11-12 21:52 UTC (permalink / raw)
  To: 74331; +Cc: Ashish SHUKLA

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

Change-Id: Idb78399563353b1bd0c441cfe3ae71d7800ab354
---
 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 994dc0dba0..e9b38c8f42 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -739,14 +739,14 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "7.0.2")
+    (version "7.0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
+               (base32 "1b9jihi24vnbna3p1b08nk53j9f02hzkmalr0kccrd2r1kkmpwqb"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: b10ce47d8be5b6c15987f4e1d93b3bd71b1eb220
-- 
2.47.0





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

end of thread, other threads:[~2024-11-15 10:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 21:52 [bug#74331] [PATCH] gnu: ugrep: Update to 7.0.3 Ashish SHUKLA via Guix-patches via
2024-11-14 21:27 ` [bug#74331] [PATCH v2] gnu: ugrep: Update to 7.0.4 Ashish SHUKLA via Guix-patches via
2024-11-15 10:57   ` bug#74331: " Z572

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.