summary refs log tree commit diff
diff options
context:
space:
mode:
authorkiasoc5 <kiasoc5@disroot.org>2023-01-16 20:58:40 -0500
committer宋文武 <iyzsong@member.fsf.org>2023-01-30 10:30:31 +0800
commit5629185b697beb261b2a46bfe1f3fad8c0564086 (patch)
tree2e44922734e813b7f0becb9fb328204957b3072e
parent4c4922ba0f494e15225ebc410260d8accf359076 (diff)
downloadguix-5629185b697beb261b2a46bfe1f3fad8c0564086.tar.gz
gnu: ugrep: Update to 3.9.6.
* gnu/packages/search.scm (ugrep): Update to 3.9.6.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r--gnu/packages/search.scm4
1 files changed, 2 insertions, 2 deletions
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