[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: ugrep: Update to 7.1.0.
From: |
guix-commits |
Subject: |
04/08: gnu: ugrep: Update to 7.1.0. |
Date: |
Sat, 23 Nov 2024 20:10:43 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit f3273c453f890747352d786ce9620cd91f8fc6ec
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Fri Nov 22 19:49:10 2024 +0000
gnu: ugrep: Update to 7.1.0.
* gnu/packages/search.scm (ugrep): Update to 7.1.0.
Change-Id: Ifb4b6b92dbd8b60b81bb23900451fd634580f9d7
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 ac639693a5..bd24d98639 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -739,14 +739,14 @@ bibliographic data and simple document and bibtex
retrieval.")
(define-public ugrep
(package
(name "ugrep")
- (version "7.0.4")
+ (version "7.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "1kdv5vxmgfpa4nwsqa0zc4bakpx9jhw748vgzjnj56cbk30rccad"))
+ (base32 "0py6yyjdabgxdlidiq30432b4drd2821d3k68zq373v0jwz3crqz"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
- branch master updated (36831c2624 -> 047967c42f), guix-commits, 2024/11/23
- 05/08: gnu: buildah: Update to 1.38.0., guix-commits, 2024/11/23
- 06/08: gnu: skopeo: Update to 1.17.0., guix-commits, 2024/11/23
- 02/08: gnu: Add lld-19., guix-commits, 2024/11/23
- 01/08: gnu: Add llvm-19., guix-commits, 2024/11/23
- 04/08: gnu: ugrep: Update to 7.1.0.,
guix-commits <=
- 07/08: gnu: ngtcp2: Update to 1.9.0., guix-commits, 2024/11/23
- 08/08: gnu: podman: Update to 5.3.1., guix-commits, 2024/11/23
- 03/08: gnu: LLVM, Clang, libomp, lld: Update to 19.1.4., guix-commits, 2024/11/23