* [bug#72775] [PATCH] gnu: ugrep: Update to 6.5.0.
@ 2024-08-23 20:18 ashish.is--- via Guix-patches via
2024-08-28 2:38 ` Z572
0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-08-23 20:18 UTC (permalink / raw)
To: 72775; +Cc: Ashish SHUKLA
From: Ashish SHUKLA <ashish.is@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@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>
;;;
;;; 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#72775] [PATCH] gnu: ugrep: Update to 6.5.0.
2024-08-23 20:18 [bug#72775] [PATCH] gnu: ugrep: Update to 6.5.0 ashish.is--- via Guix-patches via
@ 2024-08-28 2:38 ` Z572
0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-08-28 2:38 UTC (permalink / raw)
To: 72775; +Cc: 72775-done, ashish.is
[-- Attachment #1: Type: text/plain, Size: 1613 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 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@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>
> ;;;
> ;;; 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.
[-- 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:[~2024-08-28 2:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23 20:18 [bug#72775] [PATCH] gnu: ugrep: Update to 6.5.0 ashish.is--- via Guix-patches via
2024-08-28 2:38 ` Z572
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.