guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: libwpe: Update to 1.12.0.


From: guix-commits
Subject: 01/03: gnu: libwpe: Update to 1.12.0.
Date: Sat, 29 Jan 2022 16:40:17 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit c97e07be56d54cb3f64decfc21a511846f356d88
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jan 16 08:29:04 2022 +0100

    gnu: libwpe: Update to 1.12.0.
    
    * gnu/packages/webkit.scm (libwpe): Update to 1.12.0.
    [build-system]: Use meson-build-system.
---
 gnu/packages/webkit.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 6ab02c0176..86a96d2089 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -30,6 +30,7 @@
   #:use-module (guix utils)
   #:use-module (guix build utils)
   #:use-module (guix build-system cmake)
+  #:use-module (guix build-system meson)
   #:use-module (guix build-system gnu)
   #:use-module (gnu packages)
   #:use-module (gnu packages base)
@@ -70,7 +71,7 @@
 (define-public libwpe
   (package
     (name "libwpe")
-    (version "1.6.0")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
@@ -78,8 +79,8 @@
         (string-append "https://wpewebkit.org/releases/libwpe-";
                        version ".tar.xz"))
        (sha256
-        (base32 "141w35b488jjhanl3nrm0awrbcy6hb579fk8n9vbpx07m2wcd1rm"))))
-    (build-system cmake-build-system)
+        (base32 "13618imck69w7fbmljlh62j4gnlspb9zfqzv9hlkck3bi8icmvp8"))))
+    (build-system meson-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]