gnu: WebKitGTK: Update to 2.34.6 [Fixes CVE-2022-22620].
* gnu/packages/webkit.scm (webkitgtk): Update to 2.34.6.
This commit is contained in:
parent
1d1a4efd8c
commit
f47125d286
1 changed files with 2 additions and 2 deletions
|
@ -239,14 +239,14 @@ (define-public wpewebkit
|
|||
(define-public webkitgtk
|
||||
(package
|
||||
(name "webkitgtk")
|
||||
(version "2.34.5")
|
||||
(version "2.34.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.webkitgtk.org/releases/"
|
||||
"webkitgtk-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1d19ardah6gkh8r5scxb7msk6922hkkncvgl0nps6ivsmx1hd4v8"))
|
||||
"1xn1hhd0qaxmjf6vy6664i4mmmjsw9zgrr4w8ni3415d981zvj3b"))
|
||||
(patches (search-patches "webkitgtk-share-store.patch"
|
||||
"webkitgtk-bind-all-fonts.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
|
|
Loading…
Reference in a new issue