gnu: WebKit: Update to 2.38.4.

* gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit): Update to 2.38.4.
This commit is contained in:
Leo Famulari 2023-02-04 17:51:44 +01:00
parent 126608f7a9
commit fb9799ff5f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -124,7 +124,7 @@ (define-public wpebackend-fdo
engine that uses Wayland for graphics output.") engine that uses Wayland for graphics output.")
(license license:bsd-2))) (license license:bsd-2)))
(define %webkit-version "2.38.3") (define %webkit-version "2.38.4")
(define-public webkitgtk (define-public webkitgtk
(package (package
@ -135,7 +135,7 @@ (define-public webkitgtk
(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 "0njac0878ksh53gn50phly1vzvj08q7g5aclncv6k324xp8h3w21")) (base32 "0dhxrj9rdkqwbr2n8grshvgfhrzhqvbf5j9xxxgg3mfll8lylisg"))
(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)
@ -317,7 +317,7 @@ (define-public wpewebkit
(uri (string-append "https://wpewebkit.org/releases/" (uri (string-append "https://wpewebkit.org/releases/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "160456k4yiml0zn2fxba9qwp94dvvn93z9rqs2qa2lvjxig0gn8x")))) (base32 "0yx06ycmiv770nya3dss56bxqmf77cr4v0j04szb07qmxw9w26wc"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments webkitgtk) (substitute-keyword-arguments (package-arguments webkitgtk)
((#:configure-flags flags) ((#:configure-flags flags)