guix-commits
[Top][All Lists]
Advanced

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

01/01: git: webkitgtk: Update to 2.14.1.


From: Mark H. Weaver
Subject: 01/01: git: webkitgtk: Update to 2.14.1.
Date: Thu, 13 Oct 2016 10:37:43 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit c8ed7309f4f73a405b6d280032d48bf5ab44d360
Author: Mark H Weaver <address@hidden>
Date:   Thu Oct 13 06:36:05 2016 -0400

    git: webkitgtk: Update to 2.14.1.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.14.1.
---
 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 888838d..46ae30a 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -53,14 +53,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.14.0")
+    (version "2.14.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "02paj0anbnqn1z3hn5c4csmq9nga995rzagiplj3sjk2dj1ss4q5"))))
+                "1dffnz20psgc604azhbzn9a6cdhafar9dw74w3bbwrfy531pcb9f"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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