1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-14 02:14:09 +02:00

gnu: ugrep: Update to 7.8.1

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

Change-Id: I867832cd5a75df5c80b9f74ad0fdda141f03fbf5
Merges: https://codeberg.org/guix/guix/pulls/8333
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
This commit is contained in:
Ashish SHUKLA
2026-05-03 17:44:11 +02:00
committed by Nguyễn Gia Phong
parent 911271ca56
commit 204baea3ef
+2 -2
View File
@@ -674,14 +674,14 @@ document and bibtex retrieval.")
(define-public ugrep
(package
(name "ugrep")
(version "7.8.0")
(version "7.8.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
(base32 "0968cws0bvfgip7yh9vkhxfmr70dl1jr681yzgzhpn0xdv6iqg94"))
(base32 "04vdvyf81881zqfvsyd4zwbgj9ian6grz55lcj4vbvmqk86anf90"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet