unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74483] [PATCH] gnu: ugrep: Update to 7.1.0.
@ 2024-11-22 19:49 ashish.is--- via Guix-patches via
  2024-11-24  1:12 ` Z572
  0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-11-22 19:49 UTC (permalink / raw)
  To: 74483; +Cc: Ashish SHUKLA

From: Ashish SHUKLA <ashish.is@lostca.se>

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

Change-Id: Ifb4b6b92dbd8b60b81bb23900451fd634580f9d7
---
 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 ac639693a5..bd24d98639 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.4")
+    (version "7.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "1kdv5vxmgfpa4nwsqa0zc4bakpx9jhw748vgzjnj56cbk30rccad"))
+               (base32 "0py6yyjdabgxdlidiq30432b4drd2821d3k68zq373v0jwz3crqz"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: 8a7bd211d21f06c1234fbb82bb905d202d58f598
-- 
2.47.0





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

end of thread, other threads:[~2024-11-24  1:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-22 19:49 [bug#74483] [PATCH] gnu: ugrep: Update to 7.1.0 ashish.is--- via Guix-patches via
2024-11-24  1:12 ` Z572

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