lilyp pushed a commit to branch gnome-team
in repository guix.

commit a5f2969ff6584bfddc65b47af4ec649d54ae39b7
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Sep 28 10:35:14 2024 +0200

    gnu: wpewebkit: Update to 2.46.0.
    
    * gnu/packages/webkit.scm (wpewebkit): Update to 2.46.0.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 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 f32ece9c46..4593528e62 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -323,13 +323,13 @@ propagated by default) such as @code{gst-plugins-good} and
   (package
     (inherit webkitgtk)
     (name "wpewebkit")
-    (version "2.44.1")
+    (version "2.46.0")
     (source (origin
               (inherit (package-source webkitgtk))
               (uri (string-append "https://wpewebkit.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 
"16y1gdz38d4b99b8zrvxy0nbrc70ih02ngi8090x7148rx7vz7rc"))))
+               (base32 
"0l5wgg3wny9i4il6c3rviagmcq39d2bfapx6qjj3ngvhv3xm059h"))))
     (arguments
      (substitute-keyword-arguments (package-arguments webkitgtk)
        ((#:configure-flags flags)

Reply via email to