Browse Source
gnu: webkitgtk: Update to 2.28.2.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.2.
wip-gnome3.36
Mark H Weaver
2 years ago
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with
2 additions and
2 deletions
-
gnu/packages/webkit.scm
|
|
@ -121,14 +121,14 @@ engine that uses Wayland for graphics output.") |
|
|
|
(define-public webkitgtk |
|
|
|
(package |
|
|
|
(name "webkitgtk") |
|
|
|
(version "2.28.1") |
|
|
|
(version "2.28.2") |
|
|
|
(source (origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (string-append "https://www.webkitgtk.org/releases/" |
|
|
|
"webkitgtk-" version ".tar.xz")) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"1n7k4yriqhr38f4fgy8pzdn1nm60m53z8p478sgg64swxnijdg5c")))) |
|
|
|
"1g9hik3bprki5s9d7y5288q5irwckbzajr6rnlvjrlnqrwjkblmr")))) |
|
|
|
(build-system cmake-build-system) |
|
|
|
(outputs '("out" "doc")) |
|
|
|
(arguments |
|
|
|