diff options
author | Jack Hill <jackhill@jackhill.us> | 2023-11-14 16:50:53 -0500 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-11-17 20:30:14 +0100 |
commit | be00aec4e43269aa3dcd807411b2c8f9c8b91e06 (patch) | |
tree | a169eb0291d9dbe5f7c8af7709e5ff58ff40803c /gnu | |
parent | 3c2f4ae41767d6cf2cc4a958dedd5abcc4ccab4d (diff) |
gnu: webkitgtk: Update to 2.42.2.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.42.2.
Change-Id: Id2a0cd7ec512a088ba6faf1a0eb7e7b500d95f7e
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/webkit.scm | 4 |
1 files 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) |