GNU bug report logs -
#72835
[PATCH qt-team 00/38] update qt6 to 6.7.2
Previous Next
Full log
Message #107 received at 72835 <at> debbugs.gnu.org (full text, mbox):
* 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 f6c55a1127..1cf72e5741 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4064,14 +4064,14 @@ (define-public python-pyqt
(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
--
2.45.2
This bug report was last modified 235 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.