mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: oniguruma: Update to 6.9.3 [fixes CVE-2019-13224, CVE-2019-13225].
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.3.
This commit is contained in:
parent
56b1977a5d
commit
5ceac3f42b
1 changed files with 2 additions and 2 deletions
|
@ -475,7 +475,7 @@ (define-public pfff
|
|||
(define-public oniguruma
|
||||
(package
|
||||
(name "oniguruma")
|
||||
(version "6.9.2")
|
||||
(version "6.9.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/kkos/"
|
||||
|
@ -483,7 +483,7 @@ (define-public oniguruma
|
|||
"/onig-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0slp4hpw9qxk4xhn7abyw7065sd355xwkyfq72glxczcjsqxsynv"))))
|
||||
"0pvj37r1rd5h5vw99mdk8z4k44gq1ldwrapkamdiicksdfkr4ndb"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://github.com/kkos/oniguruma")
|
||||
(synopsis "Regular expression library")
|
||||
|
|
Loading…
Reference in a new issue