[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/28: gnu: qtremoteobjects: Update to 6.6.2.
From: |
guix-commits |
Subject: |
17/28: gnu: qtremoteobjects: Update to 6.6.2. |
Date: |
Mon, 25 Mar 2024 22:10:47 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 7987b0e7d4bcd81c0a0c97aa7572772ead46ba88
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 13 16:58:11 2024 +0800
gnu: qtremoteobjects: Update to 6.6.2.
* gnu/packages/qt.scm (qtremoteobjects): Update to 6.6.2.
Change-Id: I8c0bf3b125dc8a2c319caf2f0b9be381e4521b8c
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
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 71a950c9e9..c918fdc894 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2603,13 +2603,13 @@ implementation of OAuth and OAuth2 authenticathon
methods for Qt.")
(define-public qtremoteobjects
(package
(name "qtremoteobjects")
- (version "6.5.2")
+ (version "6.6.2")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "0k29sk02n54vj1w6vh6xycsjpyfqlijc13fnxh1q7wpgg4gizx60"))))
+ "0fbkjzykxpkz8myr6dy588gcmhyy3lar17v78zfam8kyxq7s5qxa"))))
(build-system cmake-build-system)
(arguments
(list
- 18/28: gnu: qtwebengine: Update to 6.6.2., (continued)
- 18/28: gnu: qtwebengine: Update to 6.6.2., guix-commits, 2024/03/25
- 22/28: gnu: qtspeech: Rename package to qtspeech-5., guix-commits, 2024/03/25
- 20/28: gnu: qtsensors: Rename package to qtsensors-5., guix-commits, 2024/03/25
- 24/28: gnu: qt-creator: Update to 12.0.2., guix-commits, 2024/03/25
- 25/28: gnu: qtscxml: Update to 6.6.2., guix-commits, 2024/03/25
- 26/28: build: qt-utils: Use QML_IMPORT_PATH for Qt 6., guix-commits, 2024/03/25
- 14/28: gnu: qttranslations: Update to 6.6.2., guix-commits, 2024/03/25
- 28/28: gnu: qtbase: Replace QML2_IMPORT_PATH with QML_IMPORT_PATH., guix-commits, 2024/03/25
- 15/28: gnu: qtpositioning: Update to 6.6.2., guix-commits, 2024/03/25
- 19/28: gnu: python-shiboken-6: Update to 6.6.2., guix-commits, 2024/03/25
- 17/28: gnu: qtremoteobjects: Update to 6.6.2.,
guix-commits <=
- 23/28: gnu: Add qtspeech., guix-commits, 2024/03/25
- 21/28: gnu: Add qtsensors., guix-commits, 2024/03/25
- 27/28: gnu: qtbase: Have qmlimportscanner honor QML_IMPORT_PATH., guix-commits, 2024/03/25