diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-05-03 17:44:11 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-05-12 14:07:30 +0900 |
| commit | 204baea3efe4ad78ee40894e30cd0c42fe7f46dd (patch) | |
| tree | e624a94c23262c810bf4db0db7be190259b95940 | |
| parent | 911271ca561a5cad105bf011047d27a506714937 (diff) | |
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>
| -rw-r--r-- | gnu/packages/search.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 27ed0335aa..b0ffe934f5 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -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 |
