all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66019] [PATCH]: Update webkitgtk to 2.42.0
@ 2023-09-15 21:46 André A. Gomes
  2023-11-02  9:40 ` bug#66019: Update André A. Gomes
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2023-09-15 21:46 UTC (permalink / raw)
  To: 66019

[-- Attachment #1: Type: text/plain, Size: 117 bytes --]

Hi Guix,

Please find the patch attached.  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.42.0.patch --]
[-- Type: text/x-patch, Size: 1246 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66019: Update
  2023-09-15 21:46 [bug#66019] [PATCH]: Update webkitgtk to 2.42.0 André A. Gomes
@ 2023-11-02  9:40 ` André A. Gomes
  0 siblings, 0 replies; 2+ messages in thread
From: André A. Gomes @ 2023-11-02  9:40 UTC (permalink / raw)
  To: 66019-done

The change has been integrated in the mean time by another contributor.


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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-02  9:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 21:46 [bug#66019] [PATCH]: Update webkitgtk to 2.42.0 André A. Gomes
2023-11-02  9:40 ` bug#66019: Update André A. Gomes

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.