me
/
guix
Archived
1
0
Fork 0

gnu: webkitgtk: Update to 2.28.2.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.2.
master
Mark H Weaver 2020-04-24 17:08:44 -04:00
parent f2ce2d1274
commit f84b036305
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -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