guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: qtwebkit: Update to 5.212.0-alpha4.


From: guix-commits
Subject: 01/02: gnu: qtwebkit: Update to 5.212.0-alpha4.
Date: Sun, 29 Mar 2020 07:49:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e8a225268e85259043c8fd40e37203bf9bf38d7e
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Mar 29 11:31:22 2020 +0200

    gnu: qtwebkit: Update to 5.212.0-alpha4.
    
    * gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha4.
    [native-inputs]: Change from PYTHON-2.7 to PYTHON.
---
 gnu/packages/qt.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 6ca052c..8696dc4 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2373,7 +2373,7 @@ different kinds of sliders, and much more.")
 (define-public qtwebkit
   (package
     (name "qtwebkit")
-    (version "5.212.0-alpha3")
+    (version "5.212.0-alpha4")
     (source
       (origin
         (method url-fetch)
@@ -2381,12 +2381,12 @@ different kinds of sliders, and much more.")
                             "qtwebkit-" version "/qtwebkit-" version 
".tar.xz"))
         (sha256
          (base32
-          "05syvwi3jw9abwsc93rmjkna0vyh6bkfrsqhwir48ms54icfwzim"))
+          "1rm9sjkabxna67dl7myx9d9vpdyfxfdhrk9w7b94srkkjbd2d8cw"))
         (patches (search-patches "qtwebkit-pbutils-include.patch"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("perl" ,perl)
-       ("python" ,python-2.7)
+       ("python" ,python)
        ("ruby" ,ruby)
        ("bison" ,bison)
        ("flex" ,flex)



reply via email to

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