[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/77: gnu: qtserialport: Update to 6.7.2.
From: |
guix-commits |
Subject: |
11/77: gnu: qtserialport: Update to 6.7.2. |
Date: |
Thu, 21 Nov 2024 10:35:54 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit a8cf380b475414ed121e0e9af675f4cd51e6f9b8
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Aug 11 00:11:16 2024 +0800
gnu: qtserialport: Update to 6.7.2.
* gnu/packages/qt.scm (qtserialport): Update to 6.7.2.
Change-Id: I8273d1b1a120d27e2f4269845e8f06c112e6e415
---
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 05acc3a8b7..46ecbdf581 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2106,13 +2106,13 @@ interacting with serial ports from within Qt.")))
(define-public qtserialport
(package
(name "qtserialport")
- (version "6.6.3")
+ (version "6.7.2")
(source
(origin
(method url-fetch)
(uri (qt-url name version))
(sha256
- (base32 "0dywalgafvxi2jgdv9dk22hwwd8qsgk5xfybh75n3njmwmwnarg1"))))
+ (base32 "1z5lsgdl4g48fr2kcp7zznv5jyv42xmd4qn6rrxikd8w2v8lrhr1"))))
(build-system cmake-build-system)
(arguments
(list #:phases
- branch master updated (b2bd56f8fe -> 3ef5e20bcd), guix-commits, 2024/11/21
- 06/77: gnu: qtwebsockets: Update to 6.7.2., guix-commits, 2024/11/21
- 07/77: gnu: qtsensors: Update to 6.7.2., guix-commits, 2024/11/21
- 08/77: gnu: qtshadertools: Update to 6.7.2., guix-commits, 2024/11/21
- 09/77: gnu: qtmultimedia: Update to 6.7.2., guix-commits, 2024/11/21
- 11/77: gnu: qtserialport: Update to 6.7.2.,
guix-commits <=
- 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, 2024/11/21