From: Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org>
To: 74331@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#74331] [PATCH v2] gnu: ugrep: Update to 7.0.4.
Date: Thu, 14 Nov 2024 21:27:44 +0000 [thread overview]
Message-ID: <ecfc03a8928a4d52dc1e6db63f1248c298467a8c.1731619664.git.ashish.is@lostca.se> (raw)
In-Reply-To: <1d88af0b436114478de2921b3f0404a8a1ae5920.1731448363.git.ashish.is@lostca.se>
* gnu/packages/search.scm (ugrep): Update to 7.0.4.
---
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..ac639693a5 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.4")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
+ (base32 "1kdv5vxmgfpa4nwsqa0zc4bakpx9jhw748vgzjnj56cbk30rccad"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
base-commit: c1cb7f1031c5dde2a260d8d8ad7547d6c79cc532
--
2.47.0
next prev parent reply other threads:[~2024-11-14 21:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Ashish SHUKLA via Guix-patches via [this message]
2024-11-15 10:57 ` bug#74331: [PATCH v2] gnu: ugrep: Update to 7.0.4 Z572
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ecfc03a8928a4d52dc1e6db63f1248c298467a8c.1731619664.git.ashish.is@lostca.se \
--to=guix-patches@gnu.org \
--cc=74331@debbugs.gnu.org \
--cc=ashish.is@lostca.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.