* [bug#72545] [PATCH] gnu: ugrep: Update to 6.4.1.
@ 2024-08-09 17:21 Ashish SHUKLA via Guix-patches via
2024-08-09 19:34 ` bug#72545: " jgart via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-08-09 17:21 UTC (permalink / raw)
To: 72545; +Cc: Ashish SHUKLA
* gnu/packages/search (ugrep): Update to 6.4.1.
Change-Id: I2b16899aa77518f0575b71ff57342ad3d91e67d4
---
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 587a1ab2ea..c01820eeca 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.4.0")
+ (version "6.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "027jm4ki3rsvs9sylrzzjywni9q1f6bdk3j6r10ypjg18h87jgm0"))
+ (base32 "16ansh63g5xsv6140nh73vlc8wkvjasn1a19vi1z5ibkwrgxygyi"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
base-commit: 9ff2815483708a5b22ebfc702aae21b6dc11b94a
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72545: [PATCH] gnu: ugrep: Update to 6.4.1.
2024-08-09 17:21 [bug#72545] [PATCH] gnu: ugrep: Update to 6.4.1 Ashish SHUKLA via Guix-patches via
@ 2024-08-09 19:34 ` jgart via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2024-08-09 19:34 UTC (permalink / raw)
To: 72545-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-09 19:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09 17:21 [bug#72545] [PATCH] gnu: ugrep: Update to 6.4.1 Ashish SHUKLA via Guix-patches via
2024-08-09 19:34 ` bug#72545: " 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.