guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: python-pyqtwebengine: Update to 5.15.4.


From: guix-commits
Subject: 04/05: gnu: python-pyqtwebengine: Update to 5.15.4.
Date: Sun, 26 Jun 2022 03:37:06 -0400 (EDT)

efraim pushed a commit to branch staging
in repository guix.

commit 571fdf91ccc97c7573f2a0b484a120600bedbb2b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jun 16 16:07:53 2022 +0300

    gnu: python-pyqtwebengine: Update to 5.15.4.
    
    * gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.15.4.
---
 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 4083652a89..6d582a5ba4 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2141,7 +2141,7 @@ contain over 620 classes.")
 (define-public python-pyqtwebengine
   (package
     (name "python-pyqtwebengine")
-    (version "5.15.2")
+    (version "5.15.4")
     (source
      (origin
        (method url-fetch)
@@ -2153,7 +2153,7 @@ contain over 620 classes.")
                                  "/PyQtWebEngine-" version ".tar.gz")))
        (sha256
         (base32
-         "0d56ak71r14w4f9r96vaj34qcn2rbln3s6ildvvyc707fjkzwwjd"))))
+         "06fc35hzg346a9c86dk7vzm1fakkgzn5l52jfq3bix3587sjip6f"))))
     (build-system gnu-build-system)
     (native-inputs
      (list python python-sip



reply via email to

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