[PATCH] gnu: ugrep: Update to 3.9.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal
K
K
kiasoc5 wrote on 22 Oct 2022 04:24
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20221022022417.21233-1-kiasoc5@disroot.org
* gnu/packages/search.scm (ugrep): Update to 3.9.2.
---
gnu/packages/search.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 82be343dab..27dc9cd02e 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -675,14 +675,14 @@ (define (purge-term-support input output)
(define-public ugrep
(package
(name "ugrep")
- (version "3.8.3")
+ (version "3.9.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "03b3lahc3zzsznaqnrk47f1cnd5jwakvwrkz0r4m2crk09cpfv57"))
+ (base32 "0dhzrrdyi1aj16mdndkic7cqqvg6w28c8j13r7x42zab6ah0zkpm"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet

base-commit: 863c228bfd53aac478eee46f6ee54d87fee9d764
--
2.38.0
?
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 58698-done@debbugs.gnu.org)
87a65lr7ny.fsf@envs.net
kiasoc5 <kiasoc5@disroot.org> writes:

Toggle quote (2 lines)
> * gnu/packages/search.scm (ugrep): Update to 3.9.2.

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58698@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58698
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch