[PATCH]: Update webkitgtk to 2.42.0

  • Done
  • quality assurance status badge
Details
One participant
  • André A. Gomes
Owner
unassigned
Submitted by
André A. Gomes
Severity
normal
A
A
André A. Gomes wrote on 15 Sep 23:46 +0200
(address . guix-patches@gnu.org)
87h6nvcdp9.fsf@gmail.com
Hi Guix,

Please find the patch attached. Thanks.


--
André A. Gomes
"You cannot even find the ruins..."
From 7a153e8ff47d7b4e6f3ea63b8798b3549c614801 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Sat, 16 Sep 2023 00:43:47 +0300
Subject: [PATCH] gnu: webkitgtk: Update to 2.42.0.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.42.0.
---
gnu/packages/webkit.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index c46bcd5662..183845c230 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -127,13 +127,13 @@ (define-public wpebackend-fdo
(define-public webkitgtk
(package
(name "webkitgtk") ; webkit2gtk4
- (version "2.40.5")
+ (version "2.42.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0zq32rn34v7hzr53s100r77aglbi6wffp9b13bcj31k6cfi53q3x"))
+ (base32 "06zdcjni6207fdpjsz1bmrwc2qscys6faalgzf1ybyk1b29rb3w2"))
(patches (search-patches
"webkitgtk-adjust-bubblewrap-paths.patch"))))
(build-system cmake-build-system)
--
2.40.1
A
A
André A. Gomes wrote on 2 Nov 10:40 +0100
Update
(address . 66019-done@debbugs.gnu.org)
87sf5o1ojl.fsf@gmail.com
The change has been integrated in the mean time by another contributor.


--
André A. Gomes
"You cannot even find the ruins..."
Closed
?