mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ugrep: Update to 3.1.12.
* gnu/packages/search.scm (ugrep): Update to 3.1.12.
This commit is contained in:
parent
f664c4234e
commit
4206cf1fa8
1 changed files with 3 additions and 3 deletions
|
@ -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$"))
|
||||
|
|
Loading…
Reference in a new issue