GNU bug report logs - #61348
[PATCH] gnu: libwpe,wpebackend-fdo: Update to 1.14.0.

Previous Next

Package: guix-patches;

Reported by: Declan Tsien <declantsien <at> riseup.net>

Date: Tue, 7 Feb 2023 15:29:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Declan Tsien <declantsien <at> riseup.net>
Subject: bug#61348: closed (Re: [PATCH] gnu: libwpe,wpebackend-fdo: Update
 to 1.14.0.)
Date: Tue, 18 Mar 2025 20:12:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61348 <at> debbugs.gnu.org.

-- 
61348: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61348
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 61348-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: libwpe,wpebackend-fdo: Update to 1.14.0.
Date: Tue, 18 Mar 2025 21:11:08 +0100
Closing as both packages are at a higher version.



[Message part 3 (message/rfc822, inline)]
From: Declan Tsien <declantsien <at> riseup.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: libwpe,wpebackend-fdo: Update to 1.14.0.
Date: Tue, 07 Feb 2023 23:27:44 +0800
[0001-gnu-libwpe-wpebackend-fdo-Update-to-1.14.0.patch (text/x-patch, inline)]
From 4ad2c4d50992bbd5b124aa9a4037e6f581fc7bdd Mon Sep 17 00:00:00 2001
From: Declan Tsien <declantsien <at> 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(-)

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 <at> fastmail.com>
 ;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2022, 2023 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2023 Declan Tsien <declantsien <at> 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

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 118 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.