M gnu/packages/search.scm => gnu/packages/search.scm +2 -2
@@ 692,14 692,14 @@ bibliographic data and simple document and bibtex retrieval.")
(define-public ugrep
(package
(name "ugrep")
- (version "7.1.2")
+ (version "7.1.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "0kmdjzbgy1lrl6iyxkpm4pmp954qc9vham3bzhn9b1n4ipig7s0s"))
+ (base32 "1avqay6kd5n384r3nhzkjk3jmqzdmhaypnn2hyjiczcrjvqkghk3"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet