mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: oniguruma: Update to 6.9.1.
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.1.
This commit is contained in:
parent
7dbe462334
commit
af4ce1f215
1 changed files with 2 additions and 2 deletions
|
@ -341,7 +341,7 @@ (define-public pfff
|
|||
(define-public oniguruma
|
||||
(package
|
||||
(name "oniguruma")
|
||||
(version "6.9.0")
|
||||
(version "6.9.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/kkos/"
|
||||
|
@ -349,7 +349,7 @@ (define-public oniguruma
|
|||
"/onig-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jg76i2ksf3s4bz4h3g2f9ac19q31lzxs11j900w7qqc0mgb5gwi"))))
|
||||
"04pa6dk946xbzy8wz6d2zrpjwhks6559n8zc5ngwr9a5psvzxhy7"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://github.com/kkos/oniguruma")
|
||||
(synopsis "Regular expression library")
|
||||
|
|
Loading…
Reference in a new issue