GNU bug report logs - #76045
[PATCH] gnu: ugrep: Update to 7.2.2.

Previous Next

Package: guix-patches;

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

Date: Tue, 4 Feb 2025 07:51:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76045 in the body.
You can then email your comments to 76045 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76045; Package guix-patches. (Tue, 04 Feb 2025 07:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 04 Feb 2025 07:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 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.2.
Date: Tue,  4 Feb 2025 07:50:01 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

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

Change-Id: Ia03935650dd9eb0b3ff5d85e187b961e5b7e162c
---
 gnu/packages/search.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index a08f34d0c1..9c220fc50c 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2022 Michael Rohleder <mike <at> rohleder.de>
 ;;; Copyright © 2023 Adam Faiz <adam.faiz <at> disroot.org>
 ;;; Copyright © 2023 David Pflug <david <at> pflug.io>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -692,14 +692,14 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "7.2.1")
+    (version "7.2.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "0idi54dvhrdk5wkv73y9zq649lld2kh4p1rc79l2cvv0niqdhnn6"))
+               (base32 "1f7vah795319vfy4yvpnmrivr1i7nh4xy73b7dl1p8snlmivj1kh"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: 2fda889ac992977af7b4cd96d09f737d834e0b2d
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76045; Package guix-patches. (Fri, 07 Feb 2025 05:58:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: "ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: 76045-done <at> debbugs.gnu.org, ashish.is <at> lostca.se
Subject: Re: [bug#76045] [PATCH] gnu: ugrep: Update to 7.2.2.
Date: Fri, 07 Feb 2025 13:56:46 +0800
[Message part 1 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/search.scm (ugrep): Update to 7.2.2.
>
> Change-Id: Ia03935650dd9eb0b3ff5d85e187b961e5b7e162c
> ---
>  gnu/packages/search.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
> index a08f34d0c1..9c220fc50c 100644
> --- a/gnu/packages/search.scm
> +++ b/gnu/packages/search.scm
> @@ -14,7 +14,7 @@
>  ;;; Copyright © 2022 Michael Rohleder <mike <at> rohleder.de>
>  ;;; Copyright © 2023 Adam Faiz <adam.faiz <at> disroot.org>
>  ;;; Copyright © 2023 David Pflug <david <at> pflug.io>
> -;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
> +;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -692,14 +692,14 @@ (define-public xapers
>  (define-public ugrep
>    (package
>      (name "ugrep")
> -    (version "7.2.1")
> +    (version "7.2.2")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
>                      (url "https://github.com/Genivia/ugrep")
>                      (commit (string-append "v" version))))
>                (sha256
> -               (base32 "0idi54dvhrdk5wkv73y9zq649lld2kh4p1rc79l2cvv0niqdhnn6"))
> +               (base32 "1f7vah795319vfy4yvpnmrivr1i7nh4xy73b7dl1p8snlmivj1kh"))
>                (file-name (git-file-name name version))
>                (modules '((guix build utils)))
>                (snippet
>
> base-commit: 2fda889ac992977af7b4cd96d09f737d834e0b2d
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Fri, 07 Feb 2025 05:58:03 GMT) Full text and rfc822 format available.

Notification sent to ashish.is <at> lostca.se:
bug acknowledged by developer. (Fri, 07 Feb 2025 05:58:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 07 Mar 2025 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 157 days ago.

Previous Next


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