guix-commits
[Top][All Lists]
Advanced

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

17/32: gnu: ugrep: Update to 3.7.9.


From: guix-commits
Subject: 17/32: gnu: ugrep: Update to 3.7.9.
Date: Mon, 2 May 2022 09:16:11 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 75b7f495d0629c426a0b89c720e55726c991f322
Author: kiasoc5 <kiasoc5@tutanota.com>
AuthorDate: Thu Apr 28 14:44:23 2022 -0400

    gnu: ugrep: Update to 3.7.9.
    
    * gnu/packages/search.scm (ugrep): Update to 3.7.9.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.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 87f29c5424..3050d7ec70 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -642,14 +642,14 @@ bibliographic data and simple document and bibtex 
retrieval.")
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "3.1.12")
+    (version "3.7.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep";)
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "06y61sf2ywjaix4nss11wwkxipj8cc9ccx6bsmdm31h8d8wd2s0j"))
+               (base32 "0mj4da91r81drfl2nbgzl1krka6ksk7srjjvwgp55r6l265fk3b5"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet



reply via email to

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