diff mbox series

[bug#61276] gnu: WebKit: Update to 2.38.4.

Message ID 3849955a03cfe2c8e2351cec31cfa00416346dfd.1675529701.git.leo@famulari.name
State New
Headers show
Series [bug#61276] gnu: WebKit: Update to 2.38.4. | expand

Commit Message

Leo Famulari Feb. 4, 2023, 4:55 p.m. UTC
* gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit): Update to 2.38.4.
---
 gnu/packages/webkit.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Jack Hill Feb. 9, 2023, 10:53 p.m. UTC | #1
On Sat, 4 Feb 2023, Leo Famulari wrote:

> * gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit): Update to 2.38.4.

LGTM!
Jack
Leo Famulari Feb. 12, 2023, 12:34 p.m. UTC | #2
On Thu, Feb 09, 2023 at 05:53:47PM -0500, Jack Hill wrote:
> On Sat, 4 Feb 2023, Leo Famulari wrote:
> 
> > * gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit): Update to 2.38.4.
> 
> LGTM!

Thanks for looking! Pushed as fb9799ff5f1d90a443dc197535c48041ad6b3865
diff mbox series

Patch

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 35fb5926a3..61c75dd901 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -124,7 +124,7 @@  (define-public wpebackend-fdo
 engine that uses Wayland for graphics output.")
     (license license:bsd-2)))
 
-(define %webkit-version "2.38.3")
+(define %webkit-version "2.38.4")
 
 (define-public webkitgtk
   (package
@@ -135,7 +135,7 @@  (define-public webkitgtk
               (uri (string-append "https://www.webkitgtk.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "0njac0878ksh53gn50phly1vzvj08q7g5aclncv6k324xp8h3w21"))
+               (base32 "0dhxrj9rdkqwbr2n8grshvgfhrzhqvbf5j9xxxgg3mfll8lylisg"))
               (patches (search-patches
                         "webkitgtk-adjust-bubblewrap-paths.patch"))))
     (build-system cmake-build-system)
@@ -317,7 +317,7 @@  (define-public wpewebkit
               (uri (string-append "https://wpewebkit.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 "160456k4yiml0zn2fxba9qwp94dvvn93z9rqs2qa2lvjxig0gn8x"))))
+               (base32 "0yx06ycmiv770nya3dss56bxqmf77cr4v0j04szb07qmxw9w26wc"))))
     (arguments
      (substitute-keyword-arguments (package-arguments webkitgtk)
        ((#:configure-flags flags)