From 5629185b697beb261b2a46bfe1f3fad8c0564086 Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Mon, 16 Jan 2023 20:58:40 -0500 Subject: gnu: ugrep: Update to 3.9.6. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/search.scm (ugrep): Update to 3.9.6. Signed-off-by: 宋文武 --- gnu/packages/search.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 27dc9cd02e..fe69fd3775 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -675,14 +675,14 @@ bibliographic data and simple document and bibtex retrieval.") (define-public ugrep (package (name "ugrep") - (version "3.9.2") + (version "3.9.6") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "0dhzrrdyi1aj16mdndkic7cqqvg6w28c8j13r7x42zab6ah0zkpm")) + (base32 "1nlxmrw0w21iwcbnir04bccb3z8hj9i4hj6gd2bk0qhdbrk2adh7")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet -- cgit v1.2.3 e195229571768ce47160d665858ee839'>treecommitdiff
AgeCommit message (Expand)Author
2023-08-29doc: Fix a potential problem in man page generation rule....Maxim Cournoyer
2023-08-25build: Add dependency on guix script for help2man targets....Josselin Poiret
2022-11-19doc: Build more man pages....Hilton Chain
2022-04-02nls: Enforce translation thresholds....Julien Lepiller
2022-03-01nls: Update translations....Julien Lepiller
2022-02-04nls: Update translations....Julien Lepiller