guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: libwpe: Update to 1.6.0.


From: guix-commits
Subject: 07/12: gnu: libwpe: Update to 1.6.0.
Date: Thu, 19 Mar 2020 03:48:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 63efc495c19fa0ce52254eabd8c15605b42d7d5f
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 19 07:48:45 2020 +0100

    gnu: libwpe: Update to 1.6.0.
    
    * gnu/packages/webkit.scm (libwpe): Update to 1.6.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 16e2b00..1437952 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -64,14 +64,14 @@
 (define-public libwpe
   (package
     (name "libwpe")
-    (version "1.4.0")
+    (version "1.6.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://wpewebkit.org/releases/libwpe-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1221vs72zs87anrzhbm6pf8jnii7s6ms7mkzj6nlds9zqd7lklz2"))))
+                "141w35b488jjhanl3nrm0awrbcy6hb579fk8n9vbpx07m2wcd1rm"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests



reply via email to

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