GNU bug report logs - #75898
[PATCH] gnu: ugrep: Update to 7.2.1.

Previous Next

Package: guix-patches;

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

Date: Mon, 27 Jan 2025 16:04:02 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: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: bug#75898: closed (Re: [bug#75898] [PATCH] gnu: ugrep: Update to
 7.2.1.)
Date: Thu, 30 Jan 2025 09:17:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75898: [PATCH] gnu: ugrep: Update to 7.2.1.

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

-- 
75898: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75898
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Cc: 75898-done <at> debbugs.gnu.org
Subject: Re: [bug#75898] [PATCH] gnu: ugrep: Update to 7.2.1.
Date: Thu, 30 Jan 2025 17:20:21 +0800
Ashish SHUKLA <ashish.is <at> lostca.se> writes:

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

Pushed to master, thank you.

[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.2.1.
Date: Mon, 27 Jan 2025 17:02:41 +0100
* gnu/packages/search.scm (ugrep): Update to 7.2.1.

Change-Id: Ieff1606940e2784a3b0fbfa40354dbfecc3ef39d
---
 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 69a3583e6c..a08f34d0c1 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.2.0")
+    (version "7.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "1506yymsx4a41w0q31b5wigy9k7d14gq4xqqc3lv3ivdaa8y6qpx"))
+               (base32 "0idi54dvhrdk5wkv73y9zq649lld2kh4p1rc79l2cvv0niqdhnn6"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: 44d9f05fb3a8f20044873597762e6d8d6a895783
-- 
2.48.1




This bug report was last modified 163 days ago.

Previous Next


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