guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: webkitgtk: Update to 2.18.1.


From: Leo Famulari
Subject: 01/03: gnu: webkitgtk: Update to 2.18.1.
Date: Fri, 20 Oct 2017 16:29:57 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3890df58005f20a2c61fb83227df160b5d069a91
Author: Leo Famulari <address@hidden>
Date:   Thu Oct 19 00:19:08 2017 -0400

    gnu: webkitgtk: Update to 2.18.1.
    
    * gnu/packages/webkit.scm (webkitgtk): Update to 2.18.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 7b4b306..59188ac 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -54,14 +54,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.18.0")
+    (version "2.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1383wlv98l8fwmhzy0fad82a44h5svm89c1kpa03wsp37mmf90xm"))))
+                "15fp7szmkpannx7avsynf0nv3y343qwq0fvq3rz2m2mw5wq7pnww"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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