Archived
1
0
Fork 0

gnu: ugrep: Update to 3.9.6.

* gnu/packages/search.scm (ugrep): Update to 3.9.6.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
kiasoc5 2023-01-16 20:58:40 -05:00 committed by 宋文武
parent 4c4922ba0f
commit 5629185b69
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -675,14 +675,14 @@ bibliographic data and simple document and bibtex retrieval.")
(define-public ugrep (define-public ugrep
(package (package
(name "ugrep") (name "ugrep")
(version "3.9.2") (version "3.9.6")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/Genivia/ugrep") (url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "0dhzrrdyi1aj16mdndkic7cqqvg6w28c8j13r7x42zab6ah0zkpm")) (base32 "1nlxmrw0w21iwcbnir04bccb3z8hj9i4hj6gd2bk0qhdbrk2adh7"))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet