* [bug#63792] [PATCH]: Update webkitgtk to 2.40.2
@ 2023-05-29 19:08 André A. Gomes
2023-05-30 14:39 ` bug#63792: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2023-05-29 19:08 UTC (permalink / raw)
To: 63792
[-- Attachment #1: Type: text/plain, Size: 233 bytes --]
Hi Guix,
In the attached patch I've bumped webkitgtk to the latest stable
release. I didn't test the build locally since I don't have a powerful
machine. Thanks.
--
André A. Gomes
"You cannot even find the ruins..."
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-webkitgtk-Update-to-2.40.2.patch --]
[-- Type: text/x-patch, Size: 1246 bytes --]
From 0a62a3733da222ea027a1372d20817629c994457 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 29 May 2023 22:07:14 +0300
Subject: [PATCH] gnu: webkitgtk: Update to 2.40.2.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.40.2.
---
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 01be102c68..f1b810adbd 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.1")
+ (version "2.40.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1xky3cy4l5k0nj366pk17lrzy0n0k6plks9sy0g1dllc9yc2drb4"))
+ (base32 "0070fy5crf7kngy49wz5bqwvp8z9rmnq2cm6wxp41nllv5q8i2cn"))
(patches (search-patches
"webkitgtk-adjust-bubblewrap-paths.patch"))))
(build-system cmake-build-system)
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#63792: [PATCH]: Update webkitgtk to 2.40.2
2023-05-29 19:08 [bug#63792] [PATCH]: Update webkitgtk to 2.40.2 André A. Gomes
@ 2023-05-30 14:39 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-05-30 14:39 UTC (permalink / raw)
To: André A. Gomes; +Cc: 63792-done
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Patch applied as 3e9a814c0c9e30602c5c04ba392dfe889c37c93e.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-30 14:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-29 19:08 [bug#63792] [PATCH]: Update webkitgtk to 2.40.2 André A. Gomes
2023-05-30 14:39 ` bug#63792: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.