3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ugrep: Update to 3.11.2.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
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

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