me
/
guix
Archived
1
0
Fork 0

gnu: webkitgtk-next: Update to 2.38.2.

* gnu/packages/webkit.scm (webkitgtk-next): Update to 2.38.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -283,14 +283,14 @@ propagated by default) such as @code{gst-plugins-good} and
(package
(inherit webkitgtk)
(name "webkitgtk")
(version "2.38.0") ;webkit2gtk5
(version "2.38.2") ;webkit2gtk5
(source (origin
(inherit (package-source webkitgtk))
(method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
(base32 "1g8gpi1scbmbcywkfjr2srxdq9r63s94d7v01fdk5qdnldsn7kpr"))))
(base32 "0gpy17lwsv5x0xl7p7nf1xqsg8c4yxmd3b4wv6s87xaijs4q5szk"))))
(build-system cmake-build-system)
(arguments
(substitute-keyword-arguments (package-arguments webkitgtk)