guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: WebKitGTK: Update to 2.22.7.


From: guix-commits
Subject: 05/10: gnu: WebKitGTK: Update to 2.22.7.
Date: Sat, 2 Mar 2019 16:25:01 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e99e9e6f21d16d19c2aac57bbe09b2a3ac9f30bb
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 2 15:37:39 2019 +0100

    gnu: WebKitGTK: Update to 2.22.7.
    
    * gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.7.
---
 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 91c6c7d..7a48186 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -168,14 +168,14 @@ HTML/CSS applications to full-fledged web browsers.")
 (define-public webkitgtk-2.22
   (package/inherit webkitgtk
     (name "webkitgtk")
-    (version "2.22.6")
+    (version "2.22.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0ny8azipr2dmdk79qrf4hvb2p4k5b3af38szjhmhg8mh1nfdp46z"))))
+                "1zrhmz90sn30zgyflj4i86fsscws10xsi2kfs87nj2nd0pbggrjb"))))
     (native-inputs
      `(("gcc" ,gcc-7)  ; webkitgtk-2.22 requires gcc-6 or newer
        ,@(package-native-inputs webkitgtk)))



reply via email to

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