me
/
guix
Archived
1
0
Fork 0

gnu: ugrep: Update to 3.11.2.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Greg Hogan 2023-05-24 18:10:05 +00:00 committed by 宋文武
parent 201df17a60
commit 152523748e
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -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