[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/28: gnu: qt-creator: Update to 12.0.2.
From: |
guix-commits |
Subject: |
24/28: gnu: qt-creator: Update to 12.0.2. |
Date: |
Mon, 25 Mar 2024 22:10:48 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit bd70450f0bdd3c86d5fb0cd7fdce833ff8b696b7
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 13 17:01:56 2024 +0800
gnu: qt-creator: Update to 12.0.2.
* gnu/packages/qt.scm (qt-creator): Update to 12.0.2.
Change-Id: Ibd753a2bafa6d4427c03d5ab657544571892b930
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/qt.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 079393ff42..efc294f38c 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -28,7 +28,7 @@
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2022 Yash Tiwari <yasht@mailbox.org>
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
-;;; Copyright © 2022 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2022, 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2023 Herman Rimm <herman@rimm.ee>
;;;
;;; This file is part of GNU Guix.
@@ -5242,7 +5242,7 @@ including @i{fix-its} for automatic refactoring.")
(define-public qt-creator
(package
(name "qt-creator")
- (version "12.0.1")
+ (version "12.0.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5265,7 +5265,7 @@ including @i{fix-its} for automatic refactoring.")
((".*marketplace/marketplace.qbs.*") ""))))
(sha256
(base32
- "04h35za3gliai5djxwmzqrbih2g26lcv68pp4wvljkdwkcjsscvb"))))
+ "1lgk547pvg31zzqra7gn9gsszm5wrwxiw06crbr5n2kqfavk9r22"))))
(build-system qt-build-system)
(arguments
(list
- 02/28: gnu: qt5compat: Update to 6.6.2., (continued)
- 02/28: gnu: qt5compat: Update to 6.6.2., guix-commits, 2024/03/25
- 04/28: gnu: qtimageformats: Update to 6.6.2., guix-commits, 2024/03/25
- 05/28: gnu: qtdeclarative: Update to 6.6.2., guix-commits, 2024/03/25
- 09/28: gnu: qtwayland: Update to 6.6.2., guix-commits, 2024/03/25
- 10/28: gnu: qtwebchannel: Update to 6.6.2., guix-commits, 2024/03/25
- 11/28: gnu: qtlanguageserver: Update to 6.6.2., guix-commits, 2024/03/25
- 13/28: gnu: qttools: Update to 6.6.2., guix-commits, 2024/03/25
- 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 <=
- 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, 2024/03/25
- 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