guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: webkitgtk: Update to 2.36.8.


From: guix-commits
Subject: 01/02: gnu: webkitgtk: Update to 2.36.8.
Date: Wed, 9 Nov 2022 04:17:59 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e49f914dee1974a7374d901acd64318d54877bda
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 9 09:10:05 2022 +0200

    gnu: webkitgtk: Update to 2.36.8.
    
    * gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit):
    Update to 2.36.8.
---
 gnu/packages/webkit.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 481cb00cde..0a1f9abc04 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -124,7 +124,7 @@ the WPE-flavored port of WebKit.")
 engine that uses Wayland for graphics output.")
     (license license:bsd-2)))
 
-(define %webkit-version "2.36.7")       ;webkit2gtk4
+(define %webkit-version "2.36.8")       ;webkit2gtk4
 
 (define-public webkitgtk
   (package
@@ -135,7 +135,7 @@ engine that uses Wayland for graphics output.")
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "0hqpfgzbb7lzdih9aw86rmkljm8ynv8zw3b72z88211gngr0q9hc"))
+               (base32 "0dq4s0rw3cmsxlv22pc38qdsq4wx2yyq9wgsi4wgw243y9mzpn8a"))
               (patches (search-patches
                         "webkitgtk-adjust-bubblewrap-paths.patch"))))
     (build-system cmake-build-system)
@@ -340,7 +340,7 @@ propagated by default) such as @code{gst-plugins-good} and
               (uri (string-append "https://wpewebkit.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 
"1jcm5fjzn1k9l87qwqgmvd5qriwpv3vgs632zc6asqn5zxr7sx7k"))))
+               (base32 
"1svmvj96c0lhdhs7fndgwchkvv4wyb7gwd4d3fbd1chhr54s6hld"))))
     (arguments
      (substitute-keyword-arguments (package-arguments webkitgtk)
        ((#:configure-flags flags)



reply via email to

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