unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#76045] [PATCH] gnu: ugrep: Update to 7.2.2.
@ 2025-02-04  7:50 ashish.is--- via Guix-patches via
  2025-02-07  5:56 ` Z572
  0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2025-02-04  7:50 UTC (permalink / raw)
  To: 76045; +Cc: Ashish SHUKLA

From: Ashish SHUKLA <ashish.is@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@rohleder.de>
 ;;; Copyright © 2023 Adam Faiz <adam.faiz@disroot.org>
 ;;; Copyright © 2023 David Pflug <david@pflug.io>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#76045] [PATCH] gnu: ugrep: Update to 7.2.2.
  2025-02-04  7:50 [bug#76045] [PATCH] gnu: ugrep: Update to 7.2.2 ashish.is--- via Guix-patches via
@ 2025-02-07  5:56 ` Z572
  0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2025-02-07  5:56 UTC (permalink / raw)
  To: 76045; +Cc: 76045-done, ashish.is

[-- Attachment #1: Type: text/plain, Size: 1684 bytes --]

"ashish.is--- via Guix-patches" via <guix-patches@gnu.org> writes:

> From: Ashish SHUKLA <ashish.is@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@rohleder.de>
>  ;;; Copyright © 2023 Adam Faiz <adam.faiz@disroot.org>
>  ;;; Copyright © 2023 David Pflug <david@pflug.io>
> -;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
> +;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-07  5:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04  7:50 [bug#76045] [PATCH] gnu: ugrep: Update to 7.2.2 ashish.is--- via Guix-patches via
2025-02-07  5:56 ` Z572

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).