guix-commits
[Top][All Lists]
Advanced

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

37/75: gnu: python-pyqt-6: Update to 6.7.1.


From: guix-commits
Subject: 37/75: gnu: python-pyqt-6: Update to 6.7.1.
Date: Sat, 9 Nov 2024 20:51:40 -0500 (EST)

z572 pushed a commit to branch qt-team
in repository guix.

commit 20b5e31542007ad2c4de1be448f83af04e0fa0be
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Aug 27 16:06:49 2024 +0800

    gnu: python-pyqt-6: Update to 6.7.1.
    
    * gnu/packages/qt.scm (python-pyqt-6): Update to 6.7.1.
    
    Change-Id: Ifadb14b9de54b780844d925fc2ee58d17fbabf02
---
 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 45d9617529..268a5b729f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4084,14 +4084,14 @@ contain over 620 classes.")
 (define-public python-pyqt-6
   (package
     (inherit python-pyqt)
-    (version "6.6.1")
+    (version "6.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "PyQt6" version))
        (file-name (string-append "PyQt6-" version ".tar.gz"))
        (sha256
-        (base32 "0y83zm7xd2yspjbhmlkqhgi0ppxqhivx0d8gdz2l4l90kni8l5cz"))))
+        (base32 "1fcwslx32h6ik3nmr8pxk7ijha8y881kk880nadfjqisrlnahwin"))))
     (inputs ;Qt5 dependencies only in python-pyqt:
             ;; (qt)connectivity, location, sensors, serialport, x11extras, 
xmlpatterns.
             (list python-wrapper



reply via email to

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