[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/77: gnu: qtsensors: Update to 6.7.2.
From: |
guix-commits |
Subject: |
07/77: gnu: qtsensors: Update to 6.7.2. |
Date: |
Thu, 21 Nov 2024 10:35:53 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit 83304896fdbc148ea8ff08a10955d52d7cd36a27
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Aug 11 00:11:15 2024 +0800
gnu: qtsensors: Update to 6.7.2.
* gnu/packages/qt.scm (qtsensors): Update to 6.7.2.
Change-Id: I3a869f4fdb2e9df5d0600d9994a85ecfd7e0460a
---
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 a9c11ef9c2..dec0ec3fc3 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1760,13 +1760,13 @@ consume data received from the server, or both.")
(package
(inherit qtsvg)
(name "qtsensors")
- (version "6.6.3")
+ (version "6.7.2")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "0r9p3lm159pji29vq9kii42jkz4rg15hqh6zlq9442i58a0ayddj"))))
+ "0ndvwra9bssfqw32bk5mbj3zdqgi9zshm0gd0bfd8vn5hz3xxlga"))))
(native-inputs (list qtdeclarative))
(inputs (list qtbase))
(synopsis "Qt Sensors module")
- 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 <=
- 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, 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