gnu: ugrep: Update to 3.1.12.

* gnu/packages/search.scm (ugrep): Update to 3.1.12.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-27 15:50:36 +02:00
parent f664c4234e
commit 4206cf1fa8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -420,19 +420,19 @@ (define (purge-term-support input output)
(define-public ugrep
(package
(name "ugrep")
(version "3.1.11")
(version "3.1.12")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
(base32 "1g3sxnrcaz1jxwa8nwrxpr63g4y0ha5zcf10053ciy9wjh6wqs1w"))
(base32 "06y61sf2ywjaix4nss11wwkxipj8cc9ccx6bsmdm31h8d8wd2s0j"))
(file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils)))
(snippet
'(begin
(delete-file-recursively "bin") ;; pre-build executables
(delete-file-recursively "bin") ; pre-built executables
(for-each delete-file (find-files "tests" "^archive\\..*"))
(for-each delete-file (find-files "tests" "^.*\\.pdf$"))
(for-each delete-file (find-files "tests" "^.*\\.class$"))