gnu: WebKitGTK: Update to 2.24.1 [fixes CVE-2019-6251].

* gnu/packages/webkit.scm (webkitgtk-2.24): Update to 2.24.1.
This commit is contained in:
Marius Bakke 2019-04-09 19:44:36 +02:00
parent 1d3acde508
commit d85130037d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -168,14 +168,14 @@ (define-public webkitgtk
(define-public webkitgtk-2.24
(package/inherit webkitgtk
(name "webkitgtk")
(version "2.24.0")
(version "2.24.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
(base32
"01s446lmjk7y8il4snjm32vpxws2rp4hmxrwm2swx0p47x8d2jif"))))
"0v9riwrmwi9wxbb8hlvcbyyxa9zxhcdk6s1xcspalk6asam8xjsk"))))
(native-inputs
`(("gcc" ,gcc-7) ; webkitgtk-2.22 requires gcc-6 or newer
,@(package-native-inputs webkitgtk)))