guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ugrep: Update to 3.11.2.


From: guix-commits
Subject: 02/03: gnu: ugrep: Update to 3.11.2.
Date: Fri, 26 May 2023 09:06:40 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 152523748e8bd3ca9579229c878702d697428650
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed May 24 18:10:05 2023 +0000

    gnu: ugrep: Update to 3.11.2.
    
    * gnu/packages/search.scm (ugrep): Update to 3.11.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 04e03a55b1..3e3e8e00c6 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -735,14 +735,14 @@ bibliographic data and simple document and bibtex 
retrieval.")
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "3.11.0")
+    (version "3.11.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep";)
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "1sibd44ky7xqfmrfvi09h5ignn7i3v1fjxnfvybp3cjfm08yxacy"))
+               (base32 "0k0dzdyif9lpk0avjk02xkd6bjg9km4spr3p4hzls88y9hwgcc9l"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet



reply via email to

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