guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python-pyqt: Update to 5.15.2.


From: guix-commits
Subject: 03/05: gnu: python-pyqt: Update to 5.15.2.
Date: Wed, 30 Dec 2020 06:28:18 -0500 (EST)

efraim pushed a commit to branch staging
in repository guix.

commit 8dee0f95586b35a104525ff14c11530ad70eac80
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 30 13:21:26 2020 +0200

    gnu: python-pyqt: Update to 5.15.2.
    
    * gnu/packages/qt.scm (python-pyqt): Update to 5.15.2.
---
 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 17d2ee0..499e10f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2004,7 +2004,7 @@ module provides support functions to the automatically 
generated code.")
 (define-public python-pyqt
   (package
     (name "python-pyqt")
-    (version "5.14.2")
+    (version "5.15.2")
     (source
       (origin
         (method url-fetch)
@@ -2017,7 +2017,7 @@ module provides support functions to the automatically 
generated code.")
         (file-name (string-append "PyQt5-"version ".tar.gz"))
         (sha256
          (base32
-          "1c4y4qi1l540gd125ikj0al00k5pg65kmqaixcfbzslrsrphq8xx"))
+          "1z74295i69cha52llsqffzhb5zz7qnbjc64h8qg21l91jgf0harp"))
        (patches (search-patches "pyqt-configure.patch"
                                 "pyqt-public-sip.patch"))))
     (build-system gnu-build-system)



reply via email to

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