GNU bug report logs - #78450
[PATCH] gnu: ugrep: Update to 7.4.3.

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Fri, 16 May 2025 07:05:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: bug#78450: closed (Re: [bug#78450] [PATCH] gnu: ugrep: Update to
 7.4.3.)
Date: Mon, 02 Jun 2025 10:00:06 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78450: [PATCH] gnu: ugrep: Update to 7.4.3.

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 78450 <at> debbugs.gnu.org.

-- 
78450: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78450
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Cc: 78450-done <at> debbugs.gnu.org
Subject: Re: [bug#78450] [PATCH] gnu: ugrep: Update to 7.4.3.
Date: Mon, 02 Jun 2025 10:52:23 +0200
Ashish SHUKLA <ashish.is <at> lostca.se> writes:

> * gnu/packages/search.scm (ugrep): Update to 7.4.3.
>
> Change-Id: Ib0ce6600f9485d7eebf9aa30613801324c8a68e7

Oops, wrong agreed.  Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: ugrep: Update to 7.4.3.
Date: Fri, 16 May 2025 09:03:32 +0200
* gnu/packages/search.scm (ugrep): Update to 7.4.3.

Change-Id: Ib0ce6600f9485d7eebf9aa30613801324c8a68e7
---
 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 f66185d692..67b09f7e98 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -692,14 +692,14 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "7.4.2")
+    (version "7.4.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "0fjb8pd65zbr0sdljlcvdl59nb9pw8bqv44abpcbcwpk42lx8j35"))
+               (base32 "1csqwwxgngznnzb01hh21lzsbbhzsq19sa2lhaaplnyf9snk4pgc"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: efac01f19b65d7d77a98bbfd57fe2073fb13064a
-- 
2.49.0




This bug report was last modified 13 days ago.

Previous Next


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