guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-pyqt: Update to 5.15.5.


From: guix-commits
Subject: 02/04: gnu: python-pyqt: Update to 5.15.5.
Date: Tue, 28 Jun 2022 05:49:18 -0400 (EDT)

efraim pushed a commit to branch staging
in repository guix.

commit c6c56f989ba4d7f3374a2133d9572fc7d14a10ec
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 28 12:41:07 2022 +0300

    gnu: python-pyqt: Update to 5.15.5.
    
    * gnu/packages/qt.scm (python-pyqt): Update to 5.15.5.
---
 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 e4f2f00607..8119382d72 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2035,7 +2035,7 @@ module provides support functions to the automatically 
generated code.")
 (define-public python-pyqt
   (package
     (name "python-pyqt")
-    (version "5.15.4")
+    (version "5.15.5")
     (source
       (origin
         (method url-fetch)
@@ -2048,7 +2048,7 @@ module provides support functions to the automatically 
generated code.")
         (file-name (string-append "PyQt5-" version ".tar.gz"))
         (sha256
          (base32
-          "1gp5jz71nmg58zsm1h4vzhcphf36rbz37qgsfnzal76i1mz5js9a"))
+          "0aya963kkmbwfwmpd0p6k85y4g7wl5zarjqxxfgir403zalbf4dl"))
         (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]