diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-07 16:01:25 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:41 +0200 |
| commit | 56cca9c3f143a862a2b1a02ee4bdfe7e6ac3cf58 (patch) | |
| tree | 0d69bb015d593f6f69ba061b45d064cb37dfd925 /gnu | |
| parent | 00b607c6ec85444acf03276619ed92317ea818aa (diff) | |
gnu: python-pyqt-6: Update to 6.8.1.
* gnu/packages/qt.scm (python-pyqt-6): Update to 6.8.1.
Change-Id: I02076c4d240e29320160968e1a3dceda781c5869
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/qt.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index d742dada7fd..7254db5ff23 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -4342,14 +4342,14 @@ contain over 620 classes.") (define-public python-pyqt-6 (package (inherit python-pyqt) - (version "6.7.1") + (version "6.8.1") (source (origin (method url-fetch) - (uri (pypi-uri "PyQt6" version)) - (file-name (string-append "PyQt6-" version ".tar.gz")) + (uri (pypi-uri "pyqt6" version)) + (file-name (string-append "pyqt6-" version ".tar.gz")) (sha256 - (base32 "1fcwslx32h6ik3nmr8pxk7ijha8y881kk880nadfjqisrlnahwin")))) + (base32 "0mp2fpvxsq93svshbpjkvaqgvnx6ildf3pplf3yzlx322vb3gnci")))) (inputs ;Qt5 dependencies only in python-pyqt: ;; (qt)connectivity, location, sensors, serialport, x11extras, xmlpatterns. (list python-wrapper |
