[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/77: gnu: python-pyqt-6: Update to 6.7.1.
From: |
guix-commits |
Subject: |
37/77: gnu: python-pyqt-6: Update to 6.7.1. |
Date: |
Thu, 21 Nov 2024 10:35:59 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit 56b80e0c230d4c9a9ba611a7724d63183e8eb8f1
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
- 11/77: gnu: qtserialport: Update to 6.7.2., (continued)
- 11/77: gnu: qtserialport: Update to 6.7.2., guix-commits, 2024/11/21
- 16/77: gnu: qttools: Update to 6.7.2., guix-commits, 2024/11/21
- 18/77: gnu: qtscxml: Update to 6.7.2., guix-commits, 2024/11/21
- 19/77: gnu: qtpositioning: Update to 6.7.2., guix-commits, 2024/11/21
- 31/77: gnu: qtconnectivity: Rename to qtconnectivity-5., guix-commits, 2024/11/21
- 33/77: gnu: Add python-setuptools-scm-next., guix-commits, 2024/11/21
- 05/77: gnu: qtdeclarative: Update to 6.7.2., guix-commits, 2024/11/21
- 04/77: gnu: qtimageformats: Update to 6.7.2., guix-commits, 2024/11/21
- 10/77: gnu: qtwayland: Update to 6.7.2., guix-commits, 2024/11/21
- 25/77: gnu: abseil-cpp: Update to 20240722.0., guix-commits, 2024/11/21
- 37/77: gnu: python-pyqt-6: Update to 6.7.1.,
guix-commits <=
- 28/77: gnu: Add icu4c-75., guix-commits, 2024/11/21
- 21/77: gnu: qtspeech: Update to 6.7.2., guix-commits, 2024/11/21
- 29/77: gnu: qtwebengine: Update to 6.7.2., guix-commits, 2024/11/21
- 36/77: gnu: python-pyqt-builder: Update to 1.16.4., guix-commits, 2024/11/21
- 39/77: gnu: python-pyqt5-sip: Update to 12.15.0., guix-commits, 2024/11/21
- 40/77: gnu: clazy: Update to 1.12., guix-commits, 2024/11/21
- 42/77: gnu: qtcharts: Rename to qtcharts-5., guix-commits, 2024/11/21
- 44/77: gnu: qtbase-5: Update to 5.15.15., guix-commits, 2024/11/21
- 46/77: gnu: qtsvg-5: Update to 5.15.15., guix-commits, 2024/11/21
- 52/77: gnu: qtwebsockets-5: Update to 5.15.15., guix-commits, 2024/11/21