guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: webkitgtk: Update to 2.20.1.


From: Tobias Geerinckx-Rice
Subject: 03/07: gnu: webkitgtk: Update to 2.20.1.
Date: Mon, 16 Apr 2018 12:56:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7ee5881dc16655f682449b3ac60a8e3b900e03a2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 16 16:57:35 2018 +0200

    gnu: webkitgtk: Update to 2.20.1.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.20.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 df049e1..4c0c955 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -55,14 +55,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.20.0")
+    (version "2.20.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0g0an3pc2yz13gzpaysfgch2yp510gw1qcpk0xr8m6mx43vl1xjp"))))
+                "0nc9dj05dbk31ciip08b3rdsfja7ckc5mgagrj030fafza2k5r23"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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