gnu: webkitgtk-next: Update to 2.38.2.

* gnu/packages/webkit.scm (webkitgtk-next): Update to 2.38.2.
This commit is contained in:
Efraim Flashner 2022-11-09 09:11:33 +02:00
parent e49f914dee
commit e2a0f21a5b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -283,14 +283,14 @@ propagated by default) such as @code{gst-plugins-good} and
(package (package
(inherit webkitgtk) (inherit webkitgtk)
(name "webkitgtk") (name "webkitgtk")
(version "2.38.0") ;webkit2gtk5 (version "2.38.2") ;webkit2gtk5
(source (origin (source (origin
(inherit (package-source webkitgtk)) (inherit (package-source webkitgtk))
(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 "1g8gpi1scbmbcywkfjr2srxdq9r63s94d7v01fdk5qdnldsn7kpr")))) (base32 "0gpy17lwsv5x0xl7p7nf1xqsg8c4yxmd3b4wv6s87xaijs4q5szk"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(substitute-keyword-arguments (package-arguments webkitgtk) (substitute-keyword-arguments (package-arguments webkitgtk)