gnu: webkitgtk: Update to 2.28.4.
authorMark H Weaver <mhw@netris.org>
Tue, 28 Jul 2020 22:28:26 +0000 (18:28 -0400)
committerMark H Weaver <mhw@netris.org>
Tue, 28 Jul 2020 22:31:28 +0000 (18:31 -0400)
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.4.

gnu/packages/webkit.scm

index fd70ad4..5a517c3 100644 (file)
@@ -121,14 +121,14 @@ engine that uses Wayland for graphics output.")
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.28.3")
+    (version "2.28.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/"
                                   "webkitgtk-" version ".tar.xz"))
               (sha256
                (base32
-                "08imj2q6h975mz7714dqdrmbav0s884990gf98xf2862fb08m2gh"))
+                "0r4lkk21pny2g4mmsw0ds14m5hhjys1l47gvy59dfgihr7l546c2"))
               (patches (search-patches "webkitgtk-share-store.patch"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))