gnu: webkitgtk: Update to 2.36.8.

* gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit):
Update to 2.36.8.
This commit is contained in:
Efraim Flashner 2022-11-09 09:10:05 +02:00
parent b4e3e02fd1
commit e49f914dee
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -124,7 +124,7 @@ (define-public wpebackend-fdo
engine that uses Wayland for graphics output.")
(license license:bsd-2)))
(define %webkit-version "2.36.7") ;webkit2gtk4
(define %webkit-version "2.36.8") ;webkit2gtk4
(define-public webkitgtk
(package
@ -135,7 +135,7 @@ (define-public webkitgtk
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
(base32 "0hqpfgzbb7lzdih9aw86rmkljm8ynv8zw3b72z88211gngr0q9hc"))
(base32 "0dq4s0rw3cmsxlv22pc38qdsq4wx2yyq9wgsi4wgw243y9mzpn8a"))
(patches (search-patches
"webkitgtk-adjust-bubblewrap-paths.patch"))))
(build-system cmake-build-system)
@ -340,7 +340,7 @@ (define-public wpewebkit
(uri (string-append "https://wpewebkit.org/releases/"
name "-" version ".tar.xz"))
(sha256
(base32 "1jcm5fjzn1k9l87qwqgmvd5qriwpv3vgs632zc6asqn5zxr7sx7k"))))
(base32 "1svmvj96c0lhdhs7fndgwchkvv4wyb7gwd4d3fbd1chhr54s6hld"))))
(arguments
(substitute-keyword-arguments (package-arguments webkitgtk)
((#:configure-flags flags)