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


From: ???
Subject: 01/01: gnu: webkitgtk: Update to 2.8.3.
Date: Fri, 29 May 2015 11:45:06 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 0b4eb42e8afab21aa399de4eb372354c40344b6c
Author: 宋文武 <address@hidden>
Date:   Fri May 29 17:54:51 2015 +0800

    gnu: webkitgtk: Update to 2.8.3.
    
    The version (2.8.9) mentioned in the previous commit (e7e8ea0) message
    was wrong.  Should be '2.4.9'.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.8.3.
---
 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 d2a7f05..0f3a44b 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -51,14 +51,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.8.1")
+    (version "2.8.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1zv030ryfwwp57yzlpr9bgpxcmc64izsxk2vsyd4kjhns9cl88bx"))))
+                "05igg61lflgwy83cmxgyzmvf2bkhplmp8710ssrlpmbfcz461pmk"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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