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.9.2.


From: guix-commits
Subject: branch master updated: gnu: ugrep: Update to 3.9.2.
Date: Mon, 24 Oct 2022 03:39:39 -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 2bf8a6b801 gnu: ugrep: Update to 3.9.2.
2bf8a6b801 is described below

commit 2bf8a6b801ea7509eccdb5b8fa5b7121e60925b2
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Fri Oct 21 22:24:17 2022 -0400

    gnu: ugrep: Update to 3.9.2.
    
    * gnu/packages/search.scm (ugrep): Update to 3.9.2.
    
    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 82be343dab..27dc9cd02e 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.8.3")
+    (version "3.9.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep";)
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "03b3lahc3zzsznaqnrk47f1cnd5jwakvwrkz0r4m2crk09cpfv57"))
+               (base32 "0dhzrrdyi1aj16mdndkic7cqqvg6w28c8j13r7x42zab6ah0zkpm"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet



reply via email to

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