all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72516] [PATCH] gnu: ugrep: Update to 6.4.0.
@ 2024-08-07 22:23 Ashish SHUKLA via Guix-patches via
  2024-08-08  4:02 ` bug#72516: " jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-08-07 22:23 UTC (permalink / raw)
  To: 72516; +Cc: Ashish SHUKLA

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

Change-Id: I8a58b4f4b084cd254cd2e09ca81a5c2c980cadd1
---
 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 c079e730ac..587a1ab2ea 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -737,14 +737,14 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "6.3.0")
+    (version "6.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "0s4cic232nlqzr3ha40gfgdnfqj12j6k5j89mrzjv8gk2zwn9l5z"))
+               (base32 "027jm4ki3rsvs9sylrzzjywni9q1f6bdk3j6r10ypjg18h87jgm0"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: 5e567587dd4abf51f9a6fa44f5a852dde1115ce9
-- 
2.46.0





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

* bug#72516: [PATCH] gnu: ugrep: Update to 6.4.0.
  2024-08-07 22:23 [bug#72516] [PATCH] gnu: ugrep: Update to 6.4.0 Ashish SHUKLA via Guix-patches via
@ 2024-08-08  4:02 ` jgart via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2024-08-08  4:02 UTC (permalink / raw)
  To: 72516-done; +Cc: Ashish SHUKLA


Applied!
-- 
all the best,
jgart




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

end of thread, other threads:[~2024-08-08  4:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 22:23 [bug#72516] [PATCH] gnu: ugrep: Update to 6.4.0 Ashish SHUKLA via Guix-patches via
2024-08-08  4:02 ` bug#72516: " jgart 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.