guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: webkitgtk: Update to 2.42.3.


From: guix-commits
Subject: 06/06: gnu: webkitgtk: Update to 2.42.3.
Date: Fri, 8 Dec 2023 14:51:33 -0500 (EST)

lilyp pushed a commit to branch wip-webkit
in repository guix.

commit 0f5677ddf80b97e549e229a44619c3a71c22b039
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Fri Dec 8 20:44:00 2023 +0100

    gnu: webkitgtk: Update to 2.42.3.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.42.3.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 527195dbff..95dac20b81 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -127,13 +127,13 @@ engine that uses Wayland for graphics output.")
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.42.2")
+    (version "2.42.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "066i1dswmrgvxfb1fyv93pkkl8zqy16ps62j6bvbkw97hqzal82p"))
+               (base32 "1qnq2f6chsfns1psrqbbsqhgyb458zf75nlmzskb6a2n0hq4c6ha"))
               (patches (search-patches
                         "webkitgtk-adjust-bubblewrap-paths.patch"))))
     (build-system cmake-build-system)



reply via email to

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