lilyp pushed a commit to branch gnome-team
in repository guix.
commit c3a92c4ce647e78f3ea04d9e68acc288571cc9e2
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Wed Feb 12 22:09:26 2025 +0100
gnu: wpewebkit: Update to 2.46.6.
* gnu/packages/webkit.scm (wpewebkit): Update to 2.46.6.
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 44adb277fa..76ff52d060 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -329,13 +329,13 @@ propagated by default) such as @code{gst-plugins-good} and
(package
(inherit webkitgtk)
(name "wpewebkit")
- (version "2.46.0")
+ (version "2.46.6")
(source (origin
(inherit (package-source webkitgtk))
(uri (string-append "https://wpewebkit.org/releases/"
name "-" version ".tar.xz"))
(sha256
- (base32
"0l5wgg3wny9i4il6c3rviagmcq39d2bfapx6qjj3ngvhv3xm059h"))))
+ (base32
"0qk29aifi5iaylm594dvb85ihb1ad1ya473mgn7mgc67p53q93rg"))))
(arguments
(substitute-keyword-arguments (package-arguments webkitgtk)
((#:configure-flags flags)