* [bug#74483] [PATCH] gnu: ugrep: Update to 7.1.0.
@ 2024-11-22 19:49 ashish.is--- via Guix-patches via
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2024-11-22 19:50 UTC | newest]
Thread overview: (only message) (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
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.