guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: webkitgtk: Update to 2.16.5.


From: Mark H. Weaver
Subject: 01/01: gnu: webkitgtk: Update to 2.16.5.
Date: Fri, 7 Jul 2017 11:56:03 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 0b1e2ecb2596d2aed3289396539094c8ecbfdd1a
Author: Mark H Weaver <address@hidden>
Date:   Fri Jul 7 02:50:30 2017 -0400

    gnu: webkitgtk: Update to 2.16.5.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.16.5.
---
 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 567d696..8d04242 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -53,14 +53,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.16.4")
+    (version "2.16.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0a2ikwiw1wn8w11y9ci6nn6dq9w0iki48l9lhnbm7g8rhcrs9azr"))))
+                "1m3xpqs6ddq3m8z6vn83mqh5mkagxlp68vl5qnc7hxcf8brrc0wf"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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