gnu: WebKitGTK: Update to 2.26.3.
authorLeo Famulari <leo@famulari.name>
Fri, 24 Jan 2020 20:45:34 +0000 (15:45 -0500)
committerLeo Famulari <leo@famulari.name>
Sat, 25 Jan 2020 02:09:33 +0000 (21:09 -0500)
* gnu/packages/webkit.scm (webkitgtk): Update to 2.26.3.

gnu/packages/webkit.scm

index b0b0d79..8ceee90 100644 (file)
@@ -121,14 +121,14 @@ engine that uses Wayland for graphics output.")
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.26.2")
+    (version "2.26.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/"
                                   "webkitgtk-" version ".tar.xz"))
               (sha256
                (base32
-                "04k5h0sid9azsqz9pyq436v1rx4lnfrhvmcgmicqb0c0g9iz103b"))))
+                "04g6y0sv04d20bw401myq3k828ikysjhx383ly81vh9wji9i3mdd"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (arguments