gnu: webkitgtk: Update to 2.20.2 [fixes CVE-2018-4200].

* gnu/packages/webkit.scm (webkitgtk): Update to 2.20.2.
This commit is contained in:
Marius Bakke 2018-05-07 20:11:50 +02:00
parent 0a540b712b
commit 3274db41b1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -55,14 +55,14 @@
(define-public webkitgtk (define-public webkitgtk
(package (package
(name "webkitgtk") (name "webkitgtk")
(version "2.20.1") (version "2.20.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/" (uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0nc9dj05dbk31ciip08b3rdsfja7ckc5mgagrj030fafza2k5r23")))) "1qi6nnj4qidzija1am9xscwjxwfqwhiy7x39ndriqgzh86i97znz"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f ; no tests '(#:tests? #f ; no tests