guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: WebKitGTK: Update to 2.26.3.


From: guix-commits
Subject: 04/04: gnu: WebKitGTK: Update to 2.26.3.
Date: Fri, 24 Jan 2020 21:12:30 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit f32ca55778eb049e83210aedcbeb4df2c98e587a
Author: Leo Famulari <address@hidden>
AuthorDate: Fri Jan 24 15:45:34 2020 -0500

    gnu: WebKitGTK: Update to 2.26.3.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.26.3.
---
 gnu/packages/webkit.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index b0b0d79..8ceee90 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]