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.10.7.


From: ???
Subject: 01/01: gnu: webkitgtk: Update to 2.10.7.
Date: Wed, 03 Feb 2016 01:38:28 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 6a203844c526af3dbf2b3f22c85a9c49b905afeb
Author: 宋文武 <address@hidden>
Date:   Tue Feb 2 17:33:09 2016 +0800

    gnu: webkitgtk: Update to 2.10.7.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.10.7.
---
 gnu/packages/webkit.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index f902433..4be2738 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -53,14 +53,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.10.4")
+    (version "2.10.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0mghsbfnmmf6nsf7cb3ah76s77aigkzf3k6kw96wgh6all6jdy6v"))))
+                "0kl6a9v644vis69i0gpz88l82szi8zc842pzlqqxxpnn5v4643cr"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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