[PATCH] gnu: libwpe,wpebackend-fdo: Update to 1.14.0.

  • Open
  • quality assurance status badge
Details
One participant
  • Declan Tsien
Owner
unassigned
Submitted by
Declan Tsien
Severity
normal
D
D
Declan Tsien wrote on 7 Feb 2023 16:27
(address . guix-patches@gnu.org)
871qn17axb.fsf@riseup.net
From 4ad2c4d50992bbd5b124aa9a4037e6f581fc7bdd Mon Sep 17 00:00:00 2001
From: Declan Tsien <declantsien@riseup.net>
Date: Tue, 7 Feb 2023 23:18:27 +0800
Subject: [PATCH] gnu: libwpe,wpebackend-fdo: Update to 1.14.0.

* gnu/packages/webkit.scm (libwpe): Update to 1.14.0.
gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.14.0.
---
gnu/packages/webkit.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Toggle diff (49 lines)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 35fb5926a3..65b6353c63 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2019 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2023 Declan Tsien <declantsien@riseup.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -74,7 +75,7 @@ (define-module (gnu packages webkit)
(define-public libwpe
(package
(name "libwpe")
- (version "1.12.0")
+ (version "1.14.0")
(source
(origin
(method url-fetch)
@@ -82,7 +83,7 @@ (define-public libwpe
(string-append "https://wpewebkit.org/releases/libwpe-"
version ".tar.xz"))
(sha256
- (base32 "13618imck69w7fbmljlh62j4gnlspb9zfqzv9hlkck3bi8icmvp8"))))
+ (base32 "004wv1fsg9gaa4h1i1hzj04a8qrxz8xpb968q4n41x65p9dk0wy0"))))
(build-system meson-build-system)
(arguments
`(#:tests? #f)) ;no tests
@@ -102,14 +103,14 @@ (define-public libwpe
(define-public wpebackend-fdo
(package
(name "wpebackend-fdo")
- (version "1.12.0")
+ (version "1.14.0")
(source (origin
(method url-fetch)
(uri (string-append "https://wpewebkit.org/releases/"
"wpebackend-fdo-" version ".tar.xz"))
(sha256
(base32
- "1b3l02dns1yxw3rq18cv00qan4hp95mxw5b3ssc0fh93ap0wjfb2"))))
+ "0mcih32zwpl60q77bv8idk37bxl3i0yh35l6dr0lhm0lqyr0qnz7"))))
(build-system meson-build-system)
(arguments
`(#:tests? #f)) ;no tests
--
2.39.1
-----BEGIN PGP SIGNATURE-----

iQHLBAEBCAA1FiEE9pXznsYl4IEztXWfD8aHA3Xv4vUFAmPibfAXHGRlY2xhbnRz
aWVuQHJpc2V1cC5uZXQACgkQD8aHA3Xv4vX+4gwAnOhMIEfCVZc0m24lFXtTKfEF
avaf2w7v/SGwhzH8GaspUX+euxX4mxlJMKb85Ycwb84rZvfxQFuV6NBDOpyxf+pr
XWkcez/8gunbyd+e7d+Cd2VRbQ/AAI1W+N3YcRjhZXrqHf0CLAKKRLvibaybZvOT
+hxHvmhLrp+dOH+yhH3qH+c3duSiytVtL2Ah8DGU85bhFkBL9Dv/YjsRRAWK8T9H
GZ//RX8MH93U8jUP1VpNpuKqWhLncPEE9xm6wlgduLuyijKILlWisdEfp8GRqTNp
aXyH9fuE8Ae6qZ+INGpSRqcC0uRcYIIidb8C6++7Wb1NbrwRSt5b4COT2pzgGxru
6C0i5GJA6sV6Y23r1AkdXriyth5As/Wt+XnjUvgM9PNJydXLQ5T++ZW8Srw5avSQ
Jt1Fk1ScRPc9atmilErW3AKv0jj2S5b6jDfXocYTGSCG8rwoowkFDQIph9DhRifh
4Zl9FPzqrOFyh9NgJ9eUmtWI4mdgkZw34vEHNJBn
=DvX5
-----END PGP SIGNATURE-----

?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 61348@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61348
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch