GNU bug report logs - #72775
[PATCH] gnu: ugrep: Update to 6.5.0.

Previous Next

Package: guix-patches;

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

Date: Fri, 23 Aug 2024 20:21:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

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 72775 in the body.
You can then email your comments to 72775 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#72775; Package guix-patches. (Fri, 23 Aug 2024 20:21: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. (Fri, 23 Aug 2024 20:21: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 6.5.0.
Date: Fri, 23 Aug 2024 20:18:50 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

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

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

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index c01820eeca..becdc914e4 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -14,6 +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>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -737,14 +738,14 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "6.4.1")
+    (version "6.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "16ansh63g5xsv6140nh73vlc8wkvjasn1a19vi1z5ibkwrgxygyi"))
+               (base32 "0a8ni1klqfpd00m5fks0q6ngwx64nvrh41r4azxc1fcxz4glfv90"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: d48af5cca84914d44b032d0bf0820640ebbe7a4b
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#72775; Package guix-patches. (Wed, 28 Aug 2024 02:40:02 GMT) Full text and rfc822 format available.

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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: "ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: 72775-done <at> debbugs.gnu.org, ashish.is <at> lostca.se
Subject: Re: [bug#72775] [PATCH] gnu: ugrep: Update to 6.5.0.
Date: Wed, 28 Aug 2024 10:38:45 +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 6.5.0.
>
> Change-Id: Icfbd8874b7c668cae4c761ec21530ff1e3a0e041
> ---
>  gnu/packages/search.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
> index c01820eeca..becdc914e4 100644
> --- a/gnu/packages/search.scm
> +++ b/gnu/packages/search.scm
> @@ -14,6 +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>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -737,14 +738,14 @@ (define-public xapers
>  (define-public ugrep
>    (package
>      (name "ugrep")
> -    (version "6.4.1")
> +    (version "6.5.0")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
>                      (url "https://github.com/Genivia/ugrep")
>                      (commit (string-append "v" version))))
>                (sha256
> -               (base32 "16ansh63g5xsv6140nh73vlc8wkvjasn1a19vi1z5ibkwrgxygyi"))
> +               (base32 "0a8ni1klqfpd00m5fks0q6ngwx64nvrh41r4azxc1fcxz4glfv90"))
>                (file-name (git-file-name name version))
>                (modules '((guix build utils)))
>                (snippet
>
> base-commit: d48af5cca84914d44b032d0bf0820640ebbe7a4b

push, close.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Wed, 28 Aug 2024 02:40:03 GMT) Full text and rfc822 format available.

Notification sent to ashish.is <at> lostca.se:
bug acknowledged by developer. (Wed, 28 Aug 2024 02:40: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. (Wed, 25 Sep 2024 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 327 days ago.

Previous Next


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