guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: python-pyqt: Update to 5.15.4.


From: guix-commits
Subject: 02/05: gnu: python-pyqt: 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 566250ec34f1968ae8135d6b64c43c3698d80429
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 31 20:36:01 2022 +0300

    gnu: python-pyqt: Update to 5.15.4.
    
    * gnu/packages/qt.scm (python-pyqt): 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 2f464da519..586c2fe5b9 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2031,7 +2031,7 @@ module provides support functions to the automatically 
generated code.")
 (define-public python-pyqt
   (package
     (name "python-pyqt")
-    (version "5.15.2")
+    (version "5.15.4")
     (source
       (origin
         (method url-fetch)
@@ -2044,7 +2044,7 @@ module provides support functions to the automatically 
generated code.")
         (file-name (string-append "PyQt5-" version ".tar.gz"))
         (sha256
          (base32
-          "1z74295i69cha52llsqffzhb5zz7qnbjc64h8qg21l91jgf0harp"))
+          "1gp5jz71nmg58zsm1h4vzhcphf36rbz37qgsfnzal76i1mz5js9a"))
         (patches (search-patches "pyqt-configure.patch"))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

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