gnu: webkitgtk: Update to 2.42.2.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.42.2.

Change-Id: Id2a0cd7ec512a088ba6faf1a0eb7e7b500d95f7e
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Jack Hill 2023-11-14 16:50:53 -05:00 committed by Liliana Marie Prikler
parent 3c2f4ae417
commit be00aec4e4
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -127,13 +127,13 @@ (define-public wpebackend-fdo
(define-public webkitgtk (define-public webkitgtk
(package (package
(name "webkitgtk") (name "webkitgtk")
(version "2.42.1") (version "2.42.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 "1694dnqrjzcqh1hlpqspqz5xxvfd77af33f410ffaglxk34zlhbg")) (base32 "066i1dswmrgvxfb1fyv93pkkl8zqy16ps62j6bvbkw97hqzal82p"))
(patches (search-patches (patches (search-patches
"webkitgtk-adjust-bubblewrap-paths.patch")))) "webkitgtk-adjust-bubblewrap-paths.patch"))))
(build-system cmake-build-system) (build-system cmake-build-system)