[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: ugrep: Update to 7.1.3.
From: |
guix-commits |
Subject: |
06/08: gnu: ugrep: Update to 7.1.3. |
Date: |
Sat, 11 Jan 2025 10:20:28 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit 9527122a753cd4f0c490f3876a7bdf2926a269bd
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Fri Jan 10 09:09:17 2025 +0000
gnu: ugrep: Update to 7.1.3.
* gnu/packages/search.scm (ugrep): Update to 7.1.3.
Change-Id: I389c9b056f389d80f942ed487bf80cbba97364a4
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
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 21d7d40ba3..bb42a889dc 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -692,14 +692,14 @@ bibliographic data and simple document and bibtex
retrieval.")
(define-public ugrep
(package
(name "ugrep")
- (version "7.1.2")
+ (version "7.1.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "0kmdjzbgy1lrl6iyxkpm4pmp954qc9vham3bzhn9b1n4ipig7s0s"))
+ (base32 "1avqay6kd5n384r3nhzkjk3jmqzdmhaypnn2hyjiczcrjvqkghk3"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
- branch master updated (bd24a13c57 -> 75749800be), guix-commits, 2025/01/11
- 02/08: gnu: appimage-type2-runtime: Fix cross-compiling., guix-commits, 2025/01/11
- 04/08: gnu: squashfuse-for-appimage: Fix name., guix-commits, 2025/01/11
- 05/08: gnu: opencv: update to 4.11.0., guix-commits, 2025/01/11
- 03/08: gnu: squashfuse-for-appimage: Fix indentation., guix-commits, 2025/01/11
- 01/08: gnu: moe: Update to 1.15., guix-commits, 2025/01/11
- 08/08: gnu: snac2: Update to 2.68., guix-commits, 2025/01/11
- 07/08: gnu: mold: Update to 2.36.0., guix-commits, 2025/01/11
- 06/08: gnu: ugrep: Update to 7.1.3.,
guix-commits <=