guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: webkitgtk: Update to 2.42.2.


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

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

commit 325c98094be634e1fbedbb92b110a5059ba543db
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Tue Nov 14 16:50:53 2023 -0500

    gnu: webkitgtk: Update to 2.42.2.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.42.2.
    
    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 7e0370abc0..527195dbff 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.1")
+    (version "2.42.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "1694dnqrjzcqh1hlpqspqz5xxvfd77af33f410ffaglxk34zlhbg"))
+               (base32 "066i1dswmrgvxfb1fyv93pkkl8zqy16ps62j6bvbkw97hqzal82p"))
               (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]