guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: qtwebkit: Update to 5.212.0-alpha3.


From: guix-commits
Subject: 01/01: gnu: qtwebkit: Update to 5.212.0-alpha3.
Date: Sun, 21 Jul 2019 01:46:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit e6df9c7e85ea48765c152b27c88ba30c50c92bb2
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 21 08:45:30 2019 +0300

    gnu: qtwebkit: Update to 5.212.0-alpha3.
    
    * gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha3.
---
 gnu/packages/qt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index afc4d8d..daef46f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2144,7 +2144,7 @@ different kinds of sliders, and much more.")
 (define-public qtwebkit
   (package
     (name "qtwebkit")
-    (version "5.212.0-alpha2")
+    (version "5.212.0-alpha3")
     (source
       (origin
         (method url-fetch)
@@ -2152,7 +2152,7 @@ different kinds of sliders, and much more.")
                             name "-" version "/" name "-" version ".tar.xz"))
         (sha256
          (base32
-          "12lg7w00d8wsj672s1y5z5gm0xdcgs16nas0b5bgq4byavg03ygq"))
+          "05syvwi3jw9abwsc93rmjkna0vyh6bkfrsqhwir48ms54icfwzim"))
         (patches (search-patches "qtwebkit-pbutils-include.patch"))))
     (build-system cmake-build-system)
     (native-inputs



reply via email to

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