guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: webkitgtk: Update to 2.20.5.


From: Marius Bakke
Subject: 03/05: gnu: webkitgtk: Update to 2.20.5.
Date: Sat, 18 Aug 2018 10:06:14 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 445704c2281f5f3a1ff44e226ac75a97415c3457
Author: Marius Bakke <address@hidden>
Date:   Sat Aug 18 15:16:51 2018 +0200

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



reply via email to

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