guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ugrep: Update to 3.8.3.


From: guix-commits
Subject: branch master updated: gnu: ugrep: Update to 3.8.3.
Date: Thu, 04 Aug 2022 22:50:01 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f182be3650 gnu: ugrep: Update to 3.8.3.
f182be3650 is described below

commit f182be365018be79a4ac4d98b44465e3d3bf35a2
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Tue Aug 2 23:37:44 2022 -0400

    gnu: ugrep: Update to 3.8.3.
    
    * gnu/packages/search.scm (ugrep): Update to 3.8.3.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/search.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 016142c7a9..db5579a708 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -672,14 +672,14 @@ bibliographic data and simple document and bibtex 
retrieval.")
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "3.7.9")
+    (version "3.8.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep";)
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "0mj4da91r81drfl2nbgzl1krka6ksk7srjjvwgp55r6l265fk3b5"))
+               (base32 "03b3lahc3zzsznaqnrk47f1cnd5jwakvwrkz0r4m2crk09cpfv57"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]