Archived
1
0
Fork 0

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 @@ bibliographic data and simple document and bibtex retrieval.")
(define-public ugrep (define-public ugrep
(package (package
(name "ugrep") (name "ugrep")
(version "3.1.11") (version "3.1.12")
(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 "1g3sxnrcaz1jxwa8nwrxpr63g4y0ha5zcf10053ciy9wjh6wqs1w")) (base32 "06y61sf2ywjaix4nss11wwkxipj8cc9ccx6bsmdm31h8d8wd2s0j"))
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(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" "^archive\\..*"))
(for-each delete-file (find-files "tests" "^.*\\.pdf$")) (for-each delete-file (find-files "tests" "^.*\\.pdf$"))
(for-each delete-file (find-files "tests" "^.*\\.class$")) (for-each delete-file (find-files "tests" "^.*\\.class$"))