1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 01:00:30 +02:00

gnu: ugrep: Update to 7.4.1.

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

Change-Id: I0def615e61144177670e510fcff5007da8cca26b
Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Ashish SHUKLA
2025-04-24 21:43:01 +02:00
committed by Zheng Junjie
parent 76dc962241
commit c0d418f7ef

View File

@@ -692,14 +692,14 @@ bibliographic data and simple document and bibtex retrieval.")
(define-public ugrep
(package
(name "ugrep")
(version "7.3.0")
(version "7.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
(base32 "1ls6s0daw6lpbiy3rizlzsqcw8r116wi01ivgn9ri9qpfn65f00v"))
(base32 "09wll1wpygs0h19k8a7iczhrq0pwzp3c494ifydk2nhi4rlp3c1v"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet