diff options
author | Greg Hogan <code@greghogan.com> | 2023-03-22 14:12:32 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-03-27 16:40:04 +0100 |
commit | 4cf7aea2b9ae3a85b6de5eed43c4666c48cf786b (patch) | |
tree | 8b16eed72efc22dd1982899628b5357971727ff3 /gnu/packages | |
parent | efbfda0dac514f73585d85268b3c2248b34668e3 (diff) | |
download | guix-4cf7aea2b9ae3a85b6de5eed43c4666c48cf786b.tar.gz guix-4cf7aea2b9ae3a85b6de5eed43c4666c48cf786b.zip |
gnu: ugrep: Update to 3.11.0.
* gnu/packages/search.scm (ugrep): Update to 3.11.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/search.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index fe69fd3775..c8c3ff45d0 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.9.6") + (version "3.11.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "1nlxmrw0w21iwcbnir04bccb3z8hj9i4hj6gd2bk0qhdbrk2adh7")) + (base32 "1sibd44ky7xqfmrfvi09h5ignn7i3v1fjxnfvybp3cjfm08yxacy")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet |