[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/71: gnu: qttools: Update to 6.6.3.
From: |
guix-commits |
Subject: |
63/71: gnu: qttools: Update to 6.6.3. |
Date: |
Tue, 2 Apr 2024 23:16:34 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 80bb2f7254ff2505f8d6b34090e21f743a9e7d3d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Mar 31 21:52:53 2024 -0400
gnu: qttools: Update to 6.6.3.
* gnu/packages/qt.scm (qttools): Update to 6.6.3.
Change-Id: I4af3ac08a0ca7a0894a88a1bfbc9bc23b49c9d69
---
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 1552266b5b..68c98dd191 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2331,13 +2331,13 @@ that helps in Qt development.")))
(define-public qttools
(package
(name "qttools")
- (version "6.6.2")
+ (version "6.6.3")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "0ij7djy06xi4v5v29fh31gqq5rnc12vviv3qg3vqf4hiaagrxm76"))))
+ "1h0vz46mpvzbm5w6sgpk0b3mqkn278l45arhxxk41dwc5n14qvda"))))
(build-system cmake-build-system)
(arguments
(list
- 67/71: gnu: qtnetworkauth: Update to 6.6.3., (continued)
- 67/71: gnu: qtnetworkauth: Update to 6.6.3., guix-commits, 2024/04/02
- 59/71: gnu: qtwayland: Update to 6.6.3., guix-commits, 2024/04/02
- 44/71: gnu: gwenview: Break disabled tests into a list., guix-commits, 2024/04/02
- 20/71: gnu: qtsensors: Rename package to qtsensors-5., guix-commits, 2024/04/02
- 21/71: gnu: Add qtsensors., guix-commits, 2024/04/02
- 22/71: gnu: qtspeech: Rename package to qtspeech-5., guix-commits, 2024/04/02
- 23/71: gnu: Add qtspeech., guix-commits, 2024/04/02
- 27/71: gnu: qtbase: Have qmlimportscanner honor QML_IMPORT_PATH., guix-commits, 2024/04/02
- 26/71: build: qt-utils: Use QML_IMPORT_PATH for Qt 6., guix-commits, 2024/04/02
- 50/71: gnu: qtbase: Update to 6.6.3., guix-commits, 2024/04/02
- 63/71: gnu: qttools: Update to 6.6.3.,
guix-commits <=
- 55/71: gnu: qtwebsockets: Update to 6.6.3., guix-commits, 2024/04/02
- 70/71: gnu: qtwebengine: Update to 6.6.3., guix-commits, 2024/04/02
- 61/71: gnu: qtlanguageserver: Update to 6.6.3., guix-commits, 2024/04/02