GNU bug report logs - #58698
[PATCH] gnu: ugrep: Update to 3.9.2.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Sat, 22 Oct 2022 02:25:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: bug#58698: closed (Re: bug#58698: [PATCH] gnu: ugrep: Update to
 3.9.2.)
Date: Mon, 24 Oct 2022 07:41:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58698: [PATCH] gnu: ugrep: Update to 3.9.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 58698 <at> debbugs.gnu.org.

-- 
58698: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58698
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 58698-done <at> debbugs.gnu.org
Subject: Re: bug#58698: [PATCH] gnu: ugrep: Update to 3.9.2.
Date: Mon, 24 Oct 2022 15:40:33 +0800
kiasoc5 <kiasoc5 <at> disroot.org> writes:

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

Pushed, thank you!

[Message part 3 (message/rfc822, inline)]
From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH] gnu: ugrep: Update to 3.9.2.
Date: Fri, 21 Oct 2022 22:24:17 -0400
* gnu/packages/search.scm (ugrep): Update to 3.9.2.
---
 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 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




This bug report was last modified 2 years and 212 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.