From ae98caf5bca3cab25bffd180929f4ecf7d7f1aa9 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Fri, 23 Aug 2024 20:18:50 +0000 Subject: gnu: ugrep: Update to 6.5.0. * gnu/packages/search.scm (ugrep): Update to 6.5.0. Change-Id: Icfbd8874b7c668cae4c761ec21530ff1e3a0e041 Signed-off-by: Zheng Junjie --- gnu/packages/search.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/search.scm') 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 ;;; Copyright © 2023 Adam Faiz ;;; Copyright © 2023 David Pflug +;;; Copyright © 2024 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -737,14 +738,14 @@ bibliographic data and simple document and bibtex retrieval.") (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 -- cgit v1.2.3